mirror of
https://github.com/plankanban/planka.git
synced 2025-08-05 05:25:29 +02:00
feat: add GOOGLE_CHAT_WEBHOOK_URL env var
This commit is contained in:
parent
92f75789fa
commit
67f4c66ff0
2 changed files with 2 additions and 0 deletions
|
@ -54,6 +54,7 @@ services:
|
|||
|
||||
# - SLACK_BOT_TOKEN=
|
||||
# - SLACK_CHANNEL_ID=
|
||||
# - GOOGLE_CHAT_WEBHOOK_URL=
|
||||
depends_on:
|
||||
postgres:
|
||||
condition: service_healthy
|
||||
|
|
|
@ -45,6 +45,7 @@ SECRET_KEY=notsecretkey
|
|||
|
||||
# SLACK_BOT_TOKEN=
|
||||
# SLACK_CHANNEL_ID=
|
||||
# GOOGLE_CHAT_WEBHOOK_URL=
|
||||
|
||||
## Do not edit this
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue