13 lines
417 B
Plaintext
13 lines
417 B
Plaintext
# Read secret sections into configuration, but only
|
|
# if we have permission to do so.
|
|
@inline-secret@ auditordb-postgres ../secrets/auditor-db.secret.conf
|
|
|
|
[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
|