summaryrefslogtreecommitdiff
path: root/taler-arm/taler-postgres-standalone.conf
blob: 053d4dfb975d9b774d18c625f7d63b5ecf5b48b5 (plain)
1
2
3
4
5
6
7
8
[taler-postgres-standalone]
TYPE = simple
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 ""