mirror of
https://github.com/wekan/wekan.git
synced 2026-01-04 16:48:49 +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
|
|
@ -334,6 +334,10 @@ if (Meteor.isServer) {
|
|||
getDefaultAuthenticationMethod() {
|
||||
return process.env.DEFAULT_AUTHENTICATION_METHOD;
|
||||
},
|
||||
|
||||
getLinkedCardsEnabled() {
|
||||
return process.env.LINKED_CARDS_ENABLED === 'true';
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue