Fix example file #update

Remove only the quotes for OSEM_SMTP_PORT as it's an integer
This commit is contained in:
Vincent Misson 2018-01-09 10:25:39 +01:00 • committed by GitHub
parent 920b3e5460
commit 85ee1dc68d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,8 +32,8 @@ 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_AUTHENTICATION="login"
OSEM_SMTP_ADDRESS="mailhog"
OSEM_SMTP_PORT=1025
OSEM_SMTP_USERNAME="mailhog"
OSEM_SMTP_PASSWORD="mailhog"