mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Add setting CARD_OPENED_WEBHOOK_ENABLED=false as default.
Thanks to xet7 !
Related 843478ac40 ,
related #2518
This commit is contained in:
parent
a8ab7b15d8
commit
b8c527d52b
9 changed files with 59 additions and 28 deletions
5
server/card-opened-webhook.js
Normal file
5
server/card-opened-webhook.js
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
Meteor.startup(() => {
|
||||
if (process.env.CARD_OPENED_WEBHOOK_ENABLED) {
|
||||
Meteor.settings.public.CARD_OPENED_WEBHOOK_ENABLED = true;
|
||||
}
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue