Fix DEFAULT_FROM_EMAIL

This commit is contained in:
Pēteris Caune 2021-01-21 17:36:11 +02:00
parent 98439623c5
commit a763fa1de3
No known key found for this signature in database
GPG Key ID: E28D7679E9A9EDE2

View File

@ -20,7 +20,7 @@ services:
- DB_HOST=db - DB_HOST=db
- DB_PORT=5432 - DB_PORT=5432
- DB_PASSWORD=fixme-postgres-password - DB_PASSWORD=fixme-postgres-password
- DEFAULT_FROM_EMAIL=healthchecks.io@healthchecks.io - DEFAULT_FROM_EMAIL=healthchecks@example.org
- EMAIL_HOST=fixme-smtp-server.example.org - EMAIL_HOST=fixme-smtp-server.example.org
- EMAIL_HOST_USER=fixme-smtp-username - EMAIL_HOST_USER=fixme-smtp-username
- EMAIL_HOST_PASSWORD=fixme-smtp-password - EMAIL_HOST_PASSWORD=fixme-smtp-password