Add a new env var to select the default authentication method

This commit is contained in:
guillaume 2018-12-19 13:42:51 +01:00
parent 72e905675d
commit 6b145bb3cc
7 changed files with 24 additions and 3 deletions

View file

@ -245,6 +245,9 @@ services:
# LOGOUT_ON_MINUTES : The number of minutes
# example : LOGOUT_ON_MINUTES=55
#- LOGOUT_ON_MINUTES=
# DEFAULT_AUTHENTICATION_METHOD : The default authentication method used if a user does not exist to create and authenticate him
# example : DEFAULT_AUTHENTICATION_METHOD=ldap
#- DEFAULT_AUTHENTICATION_METHOD=
depends_on:
- mongodb