summaryrefslogtreecommitdiff
path: root/debian/etc/taler-auditor.conf
blob: 50971b2ef9b13d0c0930c9edd83cbc18f428bce5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[PATHS]

# Move runtime data "tmp" directory to /var/lib/taler-auditor/
# to possibly provide additional protection from unwarranted access.
TALER_RUNTIME_DIR = /var/lib/taler-auditor/tmp/

[auditor]
# Debian package is configured to use a reverse proxy with a UNIX
# domain socket. See nginx/apache configuration files.
SERVE = UNIX
UNIXPATH = /var/lib/taler-auditor/auditor.sock

# Only supported database is Postgres right now.
DATABASE = postgres