1
0
Fork 0
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:
Maël Gangloff 2024-04-14 16:37:47 +02:00
parent 92f75789fa
commit 67f4c66ff0
No known key found for this signature in database
GPG key ID: 11FDC81C24A7F629
2 changed files with 2 additions and 0 deletions

View file

@ -54,6 +54,7 @@ services:
# - SLACK_BOT_TOKEN=
# - SLACK_CHANNEL_ID=
# - GOOGLE_CHAT_WEBHOOK_URL=
depends_on:
postgres:
condition: service_healthy

View file

@ -45,6 +45,7 @@ SECRET_KEY=notsecretkey
# SLACK_BOT_TOKEN=
# SLACK_CHANNEL_ID=
# GOOGLE_CHAT_WEBHOOK_URL=
## Do not edit this