mirror of
https://github.com/wekan/wekan.git
synced 2026-02-02 14:41:47 +01:00
commit
492ed2bdc2
8 changed files with 44 additions and 6 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