mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
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:
parent
4e80372ac6
commit
b7015b7d26
1 changed files with 3 additions and 3 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue