mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 07:20:12 +01:00
Add LINKED_CARDS_ENABLED env var
This commit is contained in:
parent
8898862d36
commit
07724f99ae
5 changed files with 17 additions and 2 deletions
|
|
@ -559,7 +559,9 @@ services:
|
|||
# example : LOGOUT_ON_MINUTES=55
|
||||
#- LOGOUT_ON_MINUTES=
|
||||
#-------------------------------------------------------------------
|
||||
|
||||
# LINKED_CARDS_ENABLED : Enable or not the linked cards feature
|
||||
# example : LINKED_CARDS_ENABLED=false
|
||||
- LINKED_CARDS_ENABLED=true
|
||||
depends_on:
|
||||
- wekandb
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue