summaryrefslogtreecommitdiff
path: root/debian/etc-taler-auditor/taler/conf.d/auditor-system.conf
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-07-30 13:22:45 +0200
committerFlorian Dold <florian@dold.me>2021-07-30 13:22:54 +0200
commit05bc00b5f226e6e6695ef00609a02549284c8f55 (patch)
tree7ca6ca6faeefc25e5eb932f96b15b806ba4ca742 /debian/etc-taler-auditor/taler/conf.d/auditor-system.conf
parentbd603ca7c14315d333e2dac0509f6b1226fb946e (diff)
downloadexchange-05bc00b5f226e6e6695ef00609a02549284c8f55.tar.gz
exchange-05bc00b5f226e6e6695ef00609a02549284c8f55.tar.bz2
exchange-05bc00b5f226e6e6695ef00609a02549284c8f55.zip
debian: better config split by package
Diffstat (limited to 'debian/etc-taler-auditor/taler/conf.d/auditor-system.conf')
-rw-r--r--debian/etc-taler-auditor/taler/conf.d/auditor-system.conf12
1 files changed, 12 insertions, 0 deletions
diff --git a/debian/etc-taler-auditor/taler/conf.d/auditor-system.conf b/debian/etc-taler-auditor/taler/conf.d/auditor-system.conf
new file mode 100644
index 000000000..3d3aef33a
--- /dev/null
+++ b/debian/etc-taler-auditor/taler/conf.d/auditor-system.conf
@@ -0,0 +1,12 @@
+# 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