taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit c1f562aead29ceebd77ff225d60d4e1f1c3bbc60
parent 7bdf6fc3fb7ab7906116f0e0cc89928c4525dd93
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Fri, 22 Nov 2019 01:13:20 +0100

comments

Diffstat:
Mtaler-arm/taler-postgres-standalone.conf | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/taler-arm/taler-postgres-standalone.conf b/taler-arm/taler-postgres-standalone.conf @@ -1,5 +1,8 @@ [taler-postgres-standalone] TYPE = simple -# how to NOT hardcode PG version into the path below? BINARY = /usr/lib/postgresql/9.6/bin/postgres + +# -D: database configuration files +# -k: directory hosting the database's listening domain sockets +# -h "": turns off the TCP/IP layer OPTIONS = -D $HOME/talerdb -k $HOME/sockets -h ""