deploy code

This commit is contained in:
NishantRajputRN
2026-05-19 18:08:06 +05:30
parent e886bddfd1
commit 44d3f015fe
45 changed files with 5072 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
# Authentik URL (Docker host IP or http://127.0.0.1:9000 for local)
VITE_AUTHENTIK_URL=http://172.237.44.156:9000
# Application slug from Authentik → Applications → your app
VITE_OIDC_APP_SLUG=oidc-demo
# Client ID from the linked OAuth2/OpenID provider
VITE_OIDC_CLIENT_ID=your-client-id
# Optional: full issuer override instead of AUTHENTIK_URL + APP_SLUG
# VITE_OIDC_AUTHORITY=http://127.0.0.1:9000/application/o/oidc-demo/
VITE_API_URL=http://localhost:3001