diff options
Diffstat (limited to 'debian/etc/taler/conf.d/auditor-system.conf')
-rw-r--r-- | debian/etc/taler/conf.d/auditor-system.conf | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/debian/etc/taler/conf.d/auditor-system.conf b/debian/etc/taler/conf.d/auditor-system.conf new file mode 100644 index 000000000..3d3aef33a --- /dev/null +++ b/debian/etc/taler/conf.d/auditor-system.conf | |||
@@ -0,0 +1,12 @@ | |||
1 | # Read secret sections into configuration, but only | ||
2 | # if we have permission to do so. | ||
3 | @inline-secret@ auditordb-postgres ../secrets/auditor-db.secret.conf | ||
4 | |||
5 | [auditor] | ||
6 | # Debian package is configured to use a reverse proxy with a UNIX | ||
7 | # domain socket. See nginx/apache configuration files. | ||
8 | SERVE = UNIX | ||
9 | UNIXPATH = /var/lib/taler-auditor/auditor.sock | ||
10 | |||
11 | # Only supported database is Postgres right now. | ||
12 | DATABASE = postgres | ||