feat: do not use default admin pw

This commit is contained in:
Michael Barz
2025-06-18 09:39:08 +02:00
parent 4ecd436580
commit 278b58e683
3 changed files with 15 additions and 5 deletions

View File

@@ -25,8 +25,6 @@ services:
OC_INSECURE: "${INSECURE:-false}"
# basic auth (not recommended, but needed for eg. WebDav clients that do not support OpenID Connect)
PROXY_ENABLE_BASIC_AUTH: "${PROXY_ENABLE_BASIC_AUTH:-false}"
# admin user password
IDM_ADMIN_PASSWORD: "${ADMIN_PASSWORD:-admin}" # this overrides the admin password from the configuration file
# demo users
IDM_CREATE_DEMO_USERS: "${DEMO_USERS:-false}"
# email server (if configured)