From b8c527d52bec7272c890385f11e26acec65822ae Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Thu, 15 Aug 2019 00:29:00 +0300 Subject: Add setting CARD_OPENED_WEBHOOK_ENABLED=false as default. Thanks to xet7 ! Related https://github.com/wekan/wekan/commit/843478ac40b7718f1096a75295522487f0ca6dbe , related #2518 --- start-wekan.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'start-wekan.sh') diff --git a/start-wekan.sh b/start-wekan.sh index 4516e28b..41d41208 100755 --- a/start-wekan.sh +++ b/start-wekan.sh @@ -41,6 +41,9 @@ # https://github.com/wekan/wekan/pull/2560 export RICHER_CARD_COMMENT_EDITOR=true #--------------------------------------------------------------- + # ==== CARD OPENED, SEND WEBHOOK MESSAGE ==== + export CARD_OPENED_WEBHOOK_ENABLED=false + #--------------------------------------------------------------- # ==== Allow to shrink attached/pasted image ==== # https://github.com/wekan/wekan/pull/2544 #export MAX_IMAGE_PIXEL=1024 -- cgit v1.2.3-1-g7c22