From 28f565029e0ef36ae785b14bb53670c63439bd9a Mon Sep 17 00:00:00 2001 From: Thomas M Date: Wed, 1 Apr 2026 22:13:12 +0000 Subject: [PATCH] webui/.env aktualisiert --- webui/.env | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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