Add setting CARD_OPENED_WEBHOOK_ENABLED=false as default.

Thanks to xet7 !

Related 843478ac40 ,
related #2518
This commit is contained in:
Lauri Ojansivu 2019-08-15 00:29:00 +03:00
parent a8ab7b15d8
commit b8c527d52b
9 changed files with 59 additions and 28 deletions

View file

@ -240,6 +240,10 @@ services:
# https://github.com/wekan/wekan/pull/2560
- RICHER_CARD_COMMENT_EDITOR=true
#---------------------------------------------------------------
# ==== CARD OPENED, SEND WEBHOOK MESSAGE ====
# https://github.com/wekan/wekan/issues/2518
- CARD_OPENED_WEBHOOK_ENABLED=false
#---------------------------------------------------------------
# ==== Allow to shrink attached/pasted image ====
# https://github.com/wekan/wekan/pull/2544
#-MAX_IMAGE_PIXEL=1024