summaryrefslogtreecommitdiff
path: root/taler-arm/taler-postgres-standalone.conf
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2019-11-22 01:13:20 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2019-11-22 01:13:20 +0100
commitc1f562aead29ceebd77ff225d60d4e1f1c3bbc60 (patch)
tree28c250b42b78cab238a0283e4d2d795a819e8690 /taler-arm/taler-postgres-standalone.conf
parent7bdf6fc3fb7ab7906116f0e0cc89928c4525dd93 (diff)
downloaddeployment-c1f562aead29ceebd77ff225d60d4e1f1c3bbc60.tar.gz
deployment-c1f562aead29ceebd77ff225d60d4e1f1c3bbc60.tar.bz2
deployment-c1f562aead29ceebd77ff225d60d4e1f1c3bbc60.zip
comments
Diffstat (limited to 'taler-arm/taler-postgres-standalone.conf')
-rw-r--r--taler-arm/taler-postgres-standalone.conf5
1 files changed, 4 insertions, 1 deletions
diff --git a/taler-arm/taler-postgres-standalone.conf b/taler-arm/taler-postgres-standalone.conf
index 3143df9..053d4df 100644
--- 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 ""