update keys in .env.example
This commit is contained in:
@@ -107,6 +107,13 @@ FRONTEND_PORT=80
|
||||
# IMPORTANT: Must be accessible from the user's browser!
|
||||
VITE_API_URL=http://localhost:3000
|
||||
|
||||
# Authentik URL for frontend
|
||||
# The base URL of your Authentik instance (without application path)
|
||||
# Development: http://localhost:9000
|
||||
# Production: https://auth.yourdomain.com
|
||||
# IMPORTANT: Used for OAuth redirect URL construction
|
||||
VITE_AUTHENTIK_URL=https://auth.yourdomain.com
|
||||
|
||||
# ============================================================================
|
||||
# AUTHENTIK OAUTH CONFIGURATION
|
||||
# ============================================================================
|
||||
|
||||
Reference in New Issue
Block a user