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.bat | 3 +++ 1 file changed, 3 insertions(+) (limited to 'start-wekan.bat') diff --git a/start-wekan.bat b/start-wekan.bat index f6b0d1dd..d4628ee7 100755 --- a/start-wekan.bat +++ b/start-wekan.bat @@ -25,6 +25,9 @@ REM # ==== RICH TEXT EDITOR IN CARD COMMENTS ==== REM # https://github.com/wekan/wekan/pull/2560 SET RICHER_CARD_COMMENT_EDITOR=true +REM # ==== CARD OPENED, SEND WEBHOOK MESSAGE ==== +SET CARD_OPENED_WEBHOOK_ENABLED=false + REM # ==== Allow to shrink attached/pasted image ==== REM # https://github.com/wekan/wekan/pull/2544 REM SET MAX_IMAGE_PIXEL=1024 -- cgit v1.2.3-1-g7c22