From 59314ab17d65e9579d2f29b32685b7777f2a06a1 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Tue, 12 Feb 2019 03:09:30 +0200 Subject: - Add OIDC claim mapping parameters to docker-compose.yml/Snap/Source. Thanks to xet7 ! --- start-wekan.bat | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'start-wekan.bat') diff --git a/start-wekan.bat b/start-wekan.bat index c2acb3d6..02e9258e 100644 --- a/start-wekan.bat +++ b/start-wekan.bat @@ -1,3 +1,10 @@ +REM ------------------------------------------------------------ + +REM # Debug OIDC OAuth2 etc. +REM SET DEBUG=true + +REM ------------------------------------------------------------ + SET MONGO_URL=mongodb://127.0.0.1:27017/wekan SET ROOT_URL=http://127.0.0.1:2000/ SET MAIL_URL=smtp://user:pass@mailserver.example.com:25/ @@ -69,11 +76,6 @@ REM SET OAUTH2_TOKEN_ENDPOINT= REM ------------------------------------------------------------ -REM # Debug OIDC OAuth2 etc. -REM SET DEBUG=true - -REM ------------------------------------------------------------ - REM # LDAP_ENABLE : Enable or not the connection by the LDAP REM # example : LDAP_ENABLE=true REM SET LDAP_ENABLE=false -- cgit v1.2.3-1-g7c22