Fix missing quote mark in docker ENV example
This commit is contained in:
parent
3f2f35283c
commit
b092790ea2
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ DATABASE_PORT=3306
|
||||||
OSEM_NAME="Dockerized OSEM"
|
OSEM_NAME="Dockerized OSEM"
|
||||||
OSEM_HOSTNAME="http://localhost:9292"
|
OSEM_HOSTNAME="http://localhost:9292"
|
||||||
OSEM_ERRBIT_HOST="localhost"
|
OSEM_ERRBIT_HOST="localhost"
|
||||||
SECRET_KEY_BASE=changemechangemechangeme"
|
SECRET_KEY_BASE="changemechangemechangeme"
|
||||||
|
|
||||||
# these settings work for the MailHog server that is enabled by default in
|
# these settings work for the MailHog server that is enabled by default in
|
||||||
# docker-compose.yml
|
# docker-compose.yml
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue