From 9a24b4a0dccc299e17279e115a3e460092cab0d3 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 3 Jan 2021 23:29:27 +0100 Subject: fix auditor postinst --- debian/etc/taler-auditor.conf | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 debian/etc/taler-auditor.conf (limited to 'debian/etc') 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 -- cgit v1.2.3