mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +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
|
|
@ -444,6 +444,10 @@ echo -e "Default authentication method."
|
|||
echo -e "The default authentication method used if a user does not exist to create and authenticate. Method can be password or ldap."
|
||||
echo -e "\t$ snap set $SNAP_NAME default-authentication-method='ldap'"
|
||||
echo -e "\n"
|
||||
echo -e "Linked cards enabled."
|
||||
echo -e "Enable or not the linked cards feature."
|
||||
echo -e "\t$ snap set $SNAP_NAME linked-cards-enabled='false'"
|
||||
echo -e "\n"
|
||||
# parse config file for supported settings keys
|
||||
echo -e "wekan supports settings keys"
|
||||
echo -e "values can be changed by calling\n$ snap set $SNAP_NAME <key name>='<key value>'"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue