mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
LINKED_CARDS_ENABLED settings part 2.
Thanks to xet7 !
This commit is contained in:
parent
2a065825fa
commit
1bf7f95bd8
8 changed files with 20 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue