14 lines
307 B
Bash
14 lines
307 B
Bash
POSTGRES_USER=listmonk
|
|
POSTGRES_DB=listmonk
|
|
#POSTGRES_PASSWORD=
|
|
|
|
TZ=Europe/Paris
|
|
|
|
LISTMONK_app__address=0.0.0.0:9000
|
|
LISTMONK_db__host=info-marche-quimpernetignet_postgres
|
|
LISTMONK_db__port=5432
|
|
LISTMONK_db__user=listmonk
|
|
#LISTMONK_db__password=
|
|
LISTMONK_db__database=listmonk
|
|
LISTMONK_db__ssl_mode=disable
|