12 lines
251 B
Plaintext
12 lines
251 B
Plaintext
# 'dev' or whatever for dev environment, otherwise 'prod' to enable production environment
|
|
ENV=dev
|
|
|
|
# used only on production environment
|
|
HOST=
|
|
|
|
POSTGRES_DB=mumui
|
|
POSTGRES_USER=mumui
|
|
POSTGRES_PASSWORD=admin
|
|
|
|
# used at installation
|
|
ADMIN_PASSWORD=admin |