Browse Source

Fix DEFAULT_FROM_EMAIL

pull/470/head
Pēteris Caune 4 years ago
parent
commit
a763fa1de3
No known key found for this signature in database GPG Key ID: E28D7679E9A9EDE2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docker/docker-compose.yml

+ 1
- 1
docker/docker-compose.yml 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


Loading…
Cancel
Save