diff options
author | Lauri Ojansivu <x@xet7.org> | 2019-12-20 16:32:38 +0200 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2019-12-20 16:32:38 +0200 |
commit | 1bf7f95bd8e1f38ad0413861c32dce3b0edb407e (patch) | |
tree | 14e7e51f4cad5f97e871b91a1495a5f226ca65f1 /start-wekan.sh | |
parent | 2a065825fac3afb1fa2eeec4cfdaf69011fe14a3 (diff) | |
download | wekan-1bf7f95bd8e1f38ad0413861c32dce3b0edb407e.tar.gz wekan-1bf7f95bd8e1f38ad0413861c32dce3b0edb407e.tar.bz2 wekan-1bf7f95bd8e1f38ad0413861c32dce3b0edb407e.zip |
LINKED_CARDS_ENABLED settings part 2.
Thanks to xet7 !
Diffstat (limited to 'start-wekan.sh')
-rwxr-xr-x | start-wekan.sh | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/start-wekan.sh b/start-wekan.sh index 35f663db..87c41f2c 100755 --- a/start-wekan.sh +++ b/start-wekan.sh @@ -71,7 +71,7 @@ # dueat startat endat receivedat, also notification to # the watchers and if any card is due, about due or past due. # - # Notify due days, default is None. + # Notify due days, default is None. #export NOTIFY_DUE_DAYS_BEFORE_AND_AFTER=2,0 # it will notify user 2 days before due day and on the due day # @@ -352,6 +352,10 @@ # LOGOUT_ON_MINUTES : The number of minutes # example : LOGOUT_ON_MINUTES=55 #export LOGOUT_ON_MINUTES= + #------------------------------------------------------------------- + # LINKED_CARDS_ENABLED : Enable or not the linked cards feature + # Default: true + #export LINKED_CARDS_ENABLED=false node main.js # & >> ../../wekan.log |