update env setup
This commit is contained in:
@@ -112,7 +112,7 @@ VITE_API_URL=https://start.feuerwehr-rems.at
|
||||
# Development: http://localhost:9000
|
||||
# Production: https://auth.firesuite.feuerwehr-rems.at
|
||||
# IMPORTANT: Used for OAuth redirect URL construction
|
||||
VITE_AUTHENTIK_URL=https://auth.firesuite.feuerwehr-rems.at
|
||||
AUTHENTIK_URL=https://auth.firesuite.feuerwehr-rems.at
|
||||
|
||||
# ============================================================================
|
||||
# AUTHENTIK OAUTH CONFIGURATION
|
||||
@@ -122,10 +122,8 @@ VITE_AUTHENTIK_URL=https://auth.firesuite.feuerwehr-rems.at
|
||||
|
||||
# OAuth Client ID
|
||||
# From Authentik: Applications → Providers → Your Provider
|
||||
# Used by both the backend (AUTHENTIK_CLIENT_ID) and the frontend build (VITE_CLIENT_ID).
|
||||
# Set both to the same value from Authentik. REQUIRED for authentication to work!
|
||||
# Used by both backend and frontend. REQUIRED for authentication to work!
|
||||
AUTHENTIK_CLIENT_ID=your_client_id_here
|
||||
VITE_CLIENT_ID=your_client_id_here
|
||||
|
||||
# OAuth Client Secret
|
||||
# From Authentik: Applications → Providers → Your Provider
|
||||
@@ -212,6 +210,7 @@ AUTHENTIK_REDIRECT_URI=https://start.feuerwehr-rems.at/auth/callback
|
||||
# VITE_API_URL=http://localhost:3000
|
||||
# AUTHENTIK_CLIENT_ID=dev_client_id
|
||||
# AUTHENTIK_CLIENT_SECRET=dev_client_secret
|
||||
# AUTHENTIK_URL=http://localhost:9000
|
||||
# AUTHENTIK_ISSUER=http://localhost:9000/application/o/feuerwehr-dashboard/
|
||||
# AUTHENTIK_REDIRECT_URI=http://localhost:5173/auth/callback
|
||||
# LOG_LEVEL=debug
|
||||
@@ -234,6 +233,7 @@ AUTHENTIK_REDIRECT_URI=https://start.feuerwehr-rems.at/auth/callback
|
||||
# VITE_API_URL=https://start.feuerwehr-rems.at
|
||||
# AUTHENTIK_CLIENT_ID=<from-authentik>
|
||||
# AUTHENTIK_CLIENT_SECRET=<from-authentik>
|
||||
# AUTHENTIK_URL=https://auth.firesuite.feuerwehr-rems.at
|
||||
# AUTHENTIK_ISSUER=https://auth.firesuite.feuerwehr-rems.at/application/o/feuerwehr-dashboard/
|
||||
# AUTHENTIK_REDIRECT_URI=https://start.feuerwehr-rems.at/auth/callback
|
||||
# LOG_LEVEL=info
|
||||
|
||||
Reference in New Issue
Block a user