summaryrefslogtreecommitdiff
path: root/debian/etc/taler/auditor-system.conf
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-07-16 17:16:38 +0200
committerFlorian Dold <florian@dold.me>2021-07-16 17:16:38 +0200
commit5597dc6f1e8d8b73f906365618ba3922f9dd7660 (patch)
tree0f8fa93ba389f87e88115e0c4c64a906c494988a /debian/etc/taler/auditor-system.conf
parent970c9eab865715b7f37d9e0a6b14e233fddcfa12 (diff)
downloadexchange-5597dc6f1e8d8b73f906365618ba3922f9dd7660.tar.gz
exchange-5597dc6f1e8d8b73f906365618ba3922f9dd7660.tar.bz2
exchange-5597dc6f1e8d8b73f906365618ba3922f9dd7660.zip
debian: new config file structure
Diffstat (limited to 'debian/etc/taler/auditor-system.conf')
-rw-r--r--debian/etc/taler/auditor-system.conf14
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/etc/taler/auditor-system.conf b/debian/etc/taler/auditor-system.conf
new file mode 100644
index 000000000..50971b2ef
--- /dev/null
+++ b/debian/etc/taler/auditor-system.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