webui/.env aktualisiert

This commit is contained in:
2026-04-01 22:13:12 +00:00
parent 03ac54037b
commit 28f565029e

View File

@@ -21,3 +21,4 @@ OIDC_CLIENT_SECRET=your-client-secret # client secret (if confide
OIDC_REDIRECT_URI=https://your-domain.com/auth/callback # exact redirect URI in Keycloak
OIDC_SCOPE=openid email profile # scopes you want to request
OIDC_PKCE=true # PKCE (recommended)
LOG_LEVEL=debug