fix: don't break when logging in with keycloak
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-10-23 20:16:37 +02:00
parent 75d1303118
commit b9097c1f94
5 changed files with 23 additions and 6 deletions

View File

@ -42,6 +42,13 @@ PASSWORD_LOGIN_ENABLED=true
SQL_LOG_LEVEL=WARN
ROOT_LOG_LEVEL=WARN
# for nginx
NGINX_ACCESS_LOG_LOCATION="/dev/null"
NGINX_ERROR_LOG_LOCATION="/dev/null"
# Comment the previous two lines and uncomment these to enable logging
#NGINX_ACCESS_LOG_LOCATION="/dev/stdout"
#NGINX_ERROR_LOG_LOCATION="/dev/stderr"
## Privacy
ENABLE_3PID_LOOKUP=true