10 lignes
408 o
Bash
10 lignes
408 o
Bash
|
POSTGRES_USER=nyaapantsu
|
||
|
POSTGRES_PASSWORD=nyaapantsu
|
||
|
POSTGRES_DB=nyaapantsu
|
||
|
|
||
|
PANTSU_DBTYPE=postgres
|
||
|
# TODO Would prefer to use the line below but docker doesn't seem to accept
|
||
|
# that.
|
||
|
#PANTSU_DBPARAMS=host=pantsu_db user=${POSTGRES_USER} dbname=${POSTGRES_DB} sslmode=disable password=${POSTGRES_PASSWORD}
|
||
|
PANTSU_DBPARAMS=host=localhost user=nyaapantsu dbname=nyaapantsu sslmode=disable password=nyaapantsu
|