summaryrefslogtreecommitdiffstats
path: root/start-wekan.bat
diff options
context:
space:
mode:
Diffstat (limited to 'start-wekan.bat')
-rwxr-xr-xstart-wekan.bat6
1 files changed, 5 insertions, 1 deletions
diff --git a/start-wekan.bat b/start-wekan.bat
index 63eeebe3..9bcab655 100755
--- a/start-wekan.bat
+++ b/start-wekan.bat
@@ -64,7 +64,7 @@ REM # https://github.com/wekan/wekan/pull/2536
REM # System timelines will be showing any user modification for
REM # dueat startat endat receivedat, also notification to
REM # the watchers and if any card is due, about due or past due.
-REM # Notify due days, default is None.
+REM # Notify due days, default is None.
REM # SET NOTIFY_DUE_DAYS_BEFORE_AND_AFTER=2,0
REM # Notify due at hour of day. Default every morning at 8am. Can be 0-23.
REM # If env variable has parsing error, use default. Notification sent to watchers.
@@ -378,6 +378,10 @@ REM # LOGOUT_ON_MINUTES : The number of minutes
REM # example : LOGOUT_ON_MINUTES=55
REM SET LOGOUT_ON_MINUTES=
+REM # LINKED_CARDS_ENABLED : Enable or not the linked cards feature
+REM # Default: true
+REM SET LINKED_CARDS_ENABLED=false
+
cd .build\bundle
node main.js
cd ..\..