diff options
Diffstat (limited to 'start-wekan.sh')
-rwxr-xr-x | start-wekan.sh | 3 |
1 files changed, 3 insertions, 0 deletions
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 |