diff options
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 |