mirror of
https://github.com/wekan/wekan.git
synced 2026-01-06 17:48:49 +01:00
fix oauth2 typos in dockerfile & compose
This commit is contained in:
parent
79745d1892
commit
eb49bb5e10
2 changed files with 2 additions and 2 deletions
|
|
@ -41,7 +41,7 @@ ENV BUILD_DEPS="apt-utils bsdtar gnupg gosu wget curl bzip2 build-essential pyth
|
|||
OAUTH2_USERNAME_MAP="" \
|
||||
OAUTH2_FULLNAME_MAP="" \
|
||||
OAUTH2_ID_TOKEN_WHITELIST_FIELDS=[] \
|
||||
OAUTH2_REQUEST_PERMISSIONS='openid profiles email' \
|
||||
OAUTH2_REQUEST_PERMISSIONS='openid profile email' \
|
||||
OAUTH2_EMAIL_MAP="" \
|
||||
LDAP_ENABLE=false \
|
||||
LDAP_PORT=389 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue