mirror of https://github.com/wekan/wekan
Thanks to mvanvoorden and xet7 ! Closes #2932, closes #2889, closes #2666reviewable/pr2937/r1
parent
92538a6ac3
commit
178f376e21
@ -1,5 +1,7 @@ |
||||
Meteor.startup(() => { |
||||
if (process.env.CARD_OPENED_WEBHOOK_ENABLED) { |
||||
if (process.env.CARD_OPENED_WEBHOOK_ENABLED === 'true') { |
||||
Meteor.settings.public.CARD_OPENED_WEBHOOK_ENABLED = true; |
||||
} else { |
||||
Meteor.settings.public.CARD_OPENED_WEBHOOK_ENABLED = false; |
||||
} |
||||
}); |
||||
|
Loading…
Reference in new issue