mirror of
https://github.com/brmlab/brmkan.git
synced 2025-06-07 19:34:00 +02:00
- Make the attributes that the webhook sends configurable.
Thanks to omarsy and xet7 !
This commit is contained in:
parent
87aa8f9b43
commit
4a2010883e
2 changed files with 10 additions and 0 deletions
|
@ -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.
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue