summaryrefslogtreecommitdiffstats
path: root/start-wekan.bat
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-12-20 16:32:38 +0200
committerLauri Ojansivu <x@xet7.org>2019-12-20 16:32:38 +0200
commit1bf7f95bd8e1f38ad0413861c32dce3b0edb407e (patch)
tree14e7e51f4cad5f97e871b91a1495a5f226ca65f1 /start-wekan.bat
parent2a065825fac3afb1fa2eeec4cfdaf69011fe14a3 (diff)
downloadwekan-1bf7f95bd8e1f38ad0413861c32dce3b0edb407e.tar.gz
wekan-1bf7f95bd8e1f38ad0413861c32dce3b0edb407e.tar.bz2
wekan-1bf7f95bd8e1f38ad0413861c32dce3b0edb407e.zip
LINKED_CARDS_ENABLED settings part 2.
Thanks to xet7 !
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 ..\..