diff --git a/webui/.env b/webui/.env index 6b28eb7..0b060fb 100644 --- a/webui/.env +++ b/webui/.env @@ -20,4 +20,5 @@ OIDC_CLIENT_ID=openwebui-client # client ID created in Keyc OIDC_CLIENT_SECRET=your-client-secret # client secret (if confidential) 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) \ No newline at end of file +OIDC_PKCE=true # PKCE (recommended) +LOG_LEVEL=debug \ No newline at end of file