- Make the attributes that the webhook sends configurable.

Thanks to omarsy and xet7 !
This commit is contained in:
Lauri Ojansivu 2018-08-22 22:27:36 +03:00
parent 87aa8f9b43
commit 4a2010883e
2 changed files with 10 additions and 0 deletions

View file

@ -1,3 +1,9 @@
# v0.22 2018-08-22
- Make the attributes that the webhook sends configurable.
Thanks to GitHub users omarsy and xet7 for their contributions.
# v0.21 2018-08-14 # v0.21 2018-08-14
* Add trusted URL and browser-policy optios. * Add trusted URL and browser-policy optios.

View file

@ -140,6 +140,10 @@ services:
# When browser policy is enabled, HTML code at this Trusted URL can have iframe that embeds Wekan inside. # When browser policy is enabled, HTML code at this Trusted URL can have iframe that embeds Wekan inside.
- TRUSTED_URL='' - TRUSTED_URL=''
#--------------------------------------------------------------- #---------------------------------------------------------------
# What to send to Outgoing Webhook, or leave out. Example, that includes all that are default: cardId,listId,oldListId,boardId,comment,user,card,commentId .
# example: WEBHOOKS_ATTRIBUTES=cardId,listId,oldListId,boardId,comment,user,card,commentId
- WEBHOOKS_ATTRIBUTES=''
#---------------------------------------------------------------
depends_on: depends_on:
- wekandb - wekandb