summaryrefslogtreecommitdiffstats
path: root/deploy/postgres-prod.env
blob: 6326135b700f144e88e1cb4fa10838aa3f0b7765 (plain)
1
2
3
4
5
6
7
8
9
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 port=9998 user=nyaapantsu dbname=nyaapantsu sslmode=disable password=nyaapantsu