mirror of
https://github.com/wekan/wekan.git
synced 2025-12-30 06:08:48 +01:00
Add a new env var to select the default authentication method
This commit is contained in:
parent
72e905675d
commit
6b145bb3cc
7 changed files with 24 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue