summaryrefslogtreecommitdiff
path: root/debian/etc
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-01-03 23:29:27 +0100
committerChristian Grothoff <christian@grothoff.org>2021-01-03 23:29:27 +0100
commit9a24b4a0dccc299e17279e115a3e460092cab0d3 (patch)
tree9b2122dfcd3fec99118fa03831dcf8296468956f /debian/etc
parentd981da056e776e0756cfddb22f18308b9ab913a5 (diff)
downloadexchange-9a24b4a0dccc299e17279e115a3e460092cab0d3.tar.gz
exchange-9a24b4a0dccc299e17279e115a3e460092cab0d3.tar.bz2
exchange-9a24b4a0dccc299e17279e115a3e460092cab0d3.zip
fix auditor postinst
Diffstat (limited to 'debian/etc')
-rw-r--r--debian/etc/taler-auditor.conf14
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/etc/taler-auditor.conf b/debian/etc/taler-auditor.conf
new file mode 100644
index 000000000..50971b2ef
--- /dev/null
+++ b/debian/etc/taler-auditor.conf
@@ -0,0 +1,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