cecc6d04a1
Not tested yet as the current postgres dump is incompatible with the application. We need to fix ourselve to one schema and stick to it for whatever database backend we support.
6 lignes
222 o
Bash
6 lignes
222 o
Bash
POSTGRES_USER=nyaapantsu
|
|
POSTGRES_PASSWORD=nyaapantsu
|
|
POSTGRES_DB=nyaapantsu
|
|
|
|
PANTSU_DBTYPE=postgres
|
|
PANTSU_DBPARAMS=host=pantsu_db user=${POSTGRES_USER} dbname=${POSTGRES_DB} sslmode=disable password=${POSTGRES_PASSWORD}
|