aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2024-08-26 19:58:10 +0200
committerFlorian Dold <florian@dold.me>2024-08-26 19:58:10 +0200
commit30943d7ba770b9126636ec2b28eca94bb44a8381 (patch)
tree4f31d18be9f8ae8b4066f733a28ec90d79531a27 /src
parent95a921236bf343781be67f16a1084ed2af17f9b6 (diff)
auditor: fix socket path in configv0.12.1-dev.13
Diffstat (limited to 'src')
-rw-r--r--src/auditor/auditor.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/auditor/auditor.conf b/src/auditor/auditor.conf
index 3c04d196f..9f55308b2 100644
--- a/src/auditor/auditor.conf
+++ b/src/auditor/auditor.conf
@@ -26,7 +26,7 @@ SERVE = tcp
# Unix domain socket to listen on,
# only effective with "SERVE = unix"
-UNIXPATH = ${TALER_RUNTIME_DIR}exchange.http
+UNIXPATH = ${TALER_RUNTIME_DIR}/auditor-httpd/auditor-http.sock
UNIXPATH_MODE = 660
# HTTP port the auditor listens to