aboutsummaryrefslogtreecommitdiff
path: root/src/backend
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2024-12-03 01:43:22 +0100
committerFlorian Dold <florian@dold.me>2024-12-03 01:43:22 +0100
commit9438e7495f0545e6771e2b225002a0b9540998fe (patch)
tree1878a774bde59f0e2001e75aaff6a511d3015415 /src/backend
parent8c19e89cd0a3cfde3e4376aa691244f864dd5f7d (diff)
fix socket pathsHEADv0.14.1-dev.11master
Diffstat (limited to 'src/backend')
-rw-r--r--src/backend/merchant.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/merchant.conf b/src/backend/merchant.conf
index 1231eddd..cfb13c18 100644
--- a/src/backend/merchant.conf
+++ b/src/backend/merchant.conf
@@ -30,7 +30,7 @@ LEGAL_PRESERVATION = 11 years
# Which unix domain path should we bind to? Only used if "SERVE" is 'unix'.
-UNIXPATH = ${TALER_RUNTIME_DIR}/merchant-httpd/merchant-http.sock
+UNIXPATH = ${TALER_RUNTIME_DIR}/httpd/merchant-http.sock
# What should be the file access permissions (see chmod) for "UNIXPATH"?
UNIXPATH_MODE = 660