Fix example file to work with docker mailhog

Issue seems to be link with this commit : da735fe1c9
More information here : https://github.com/openSUSE/osem/issues/1863
This commit is contained in:
Vincent Misson 2017-12-09 01:00:16 +01:00 • committed by GitHub
parent 0cb273749a
commit 67a0df62d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,9 +32,9 @@ SECRET_KEY_BASE=changemechangemechangeme"
# you should comment out or remove the mailhog service from docker-compose.yml,
# too
OSEM_EMAIL_ADDRESS="osem@mailhog"
OSEM_SMTP_AUTHENTICATION="login"
OSEM_SMTP_ADDRESS="mailhog"
OSEM_SMTP_PORT="1025"
OSEM_SMTP_AUTHENTICATION=login
OSEM_SMTP_ADDRESS=mailhog
OSEM_SMTP_PORT=1025
OSEM_SMTP_USERNAME="mailhog"
OSEM_SMTP_PASSWORD="mailhog"