10 lines
240 B
Plaintext
10 lines
240 B
Plaintext
DB_HOST=database
|
|
MARIADB_USER=root
|
|
# openssl rand -hex 32
|
|
SERVICE_SECRET_KEY=xxxx
|
|
# openssl rand -hex 12
|
|
MARIADB_PASSWORD=xxxx
|
|
# openssl rand -hex 12
|
|
MARIADB_ROOT_PASSWORD=xxxx
|
|
MARIADB_DATABASE=bookshelf
|
|
SERVICE_ORIGIN=http://localhost:8080 |