feat: add GOOGLE_CHAT_WEBHOOK_URL env var

pull/867/head
Maël Gangloff 2 years ago
parent 92f75789fa
commit 67f4c66ff0
No known key found for this signature in database
GPG Key ID: 11FDC81C24A7F629

@ -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…
Cancel
Save