15 lines
451 B
Plaintext
15 lines
451 B
Plaintext
[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
|