mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 11:44:02 +00:00
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_HOSTNAME="http://localhost:9292"
|
||||
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
|
||||
# docker-compose.yml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue