summaryrefslogtreecommitdiffstats
path: root/start-wekan.bat
diff options
context:
space:
mode:
Diffstat (limited to 'start-wekan.bat')
-rw-r--r--start-wekan.bat7
1 files changed, 6 insertions, 1 deletions
diff --git a/start-wekan.bat b/start-wekan.bat
index fee3e18a..c2acb3d6 100644
--- a/start-wekan.bat
+++ b/start-wekan.bat
@@ -69,6 +69,11 @@ 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
@@ -245,4 +250,4 @@ REM SET LOGOUT_ON_MINUTES=
cd .build\bundle
node main.js
-cd ..\.. \ No newline at end of file
+cd ..\..