summaryrefslogtreecommitdiffstats
path: root/start-wekan.bat
diff options
context:
space:
mode:
Diffstat (limited to 'start-wekan.bat')
-rw-r--r--start-wekan.bat12
1 files changed, 7 insertions, 5 deletions
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