Yes: it's a trivial change in just an example. But not trivial for non rubyists

But if I had had it before I could have saved a dozen hours of my life :-/
This commit is contained in:
Ismael Olea 2017-11-29 19:35:54 +01:00
parent 2be553c547
commit da735fe1c9

View file

@ -19,10 +19,10 @@ DATABASE_PORT=3306
# having to create a .env file:
# https://github.com/openSUSE/osem/blob/master/dotenv.example
OSEM_NAME=Dockerized OSEM
OSEM_HOSTNAME=http://localhost:9292
OSEM_ERRBIT_HOST=localhost
SECRET_KEY_BASE=changemechangemechangeme
OSEM_NAME="Dockerized OSEM"
OSEM_HOSTNAME="http://localhost:9292"
OSEM_ERRBIT_HOST="localhost"
SECRET_KEY_BASE=changemechangemechangeme"
# these settings work for the MailHog server that is enabled by default in
# docker-compose.yml
@ -31,9 +31,10 @@ SECRET_KEY_BASE=changemechangemechangeme
# your users are going to see the HTTP status 500 page
# 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_USERNAME=mailhog
OSEM_SMTP_PASSWORD=mailhog
OSEM_EMAIL_ADDRESS="osem@mailhog"
OSEM_SMTP_AUTHENTICATION="login"
OSEM_SMTP_ADDRESS="mailhog"
OSEM_SMTP_PORT="1025"
OSEM_SMTP_USERNAME="mailhog"
OSEM_SMTP_PASSWORD="mailhog"