fix: [outline] remove default OIDC_DISPLAY_NAME

This commit is contained in:
Boris Gallet
2025-08-18 12:25:18 +02:00
parent 49e2f398c5
commit 79dd0a785a

View File

@@ -62,7 +62,6 @@ $SERVICE_NAME:
OIDC_LOGOUT_URI: \"$oidc_logout_uri\"
OIDC_SCOPES: \"openid\"
OIDC_USERNAME_CLAIM: \"preferred_username\"
OIDC_DISPLAY_NAME: \"OpenID Connect\"
NODE_ENV: \"production\"
LOG_LEVEL: \"debug\"
FORCE_HTTPS: \"false\"