update keys in .env.example

This commit is contained in:
Matthias Hochmeister
2026-02-23 17:29:24 +01:00
parent f09748f4a1
commit faa5756e23
2 changed files with 19 additions and 3 deletions

View File

@@ -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
# ============================================================================