summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 1fdc17ea..ee492691 100644
--- a/src/backend/merchant.conf
+++ b/src/backend/merchant.conf
@@ -23,7 +23,7 @@ LEGAL_PRESERVATION = 11 years
# Which unix domain path should we bind to? Only used if "SERVE" is 'unix'.
-UNIXPATH = ${TALER_RUNTIME_DIR}/merchant.http
+UNIXPATH = ${TALER_RUNTIME_DIR}/merchant-httpd/merchant-http.sock
# What should be the file access permissions (see chmod) for "UNIXPATH"?
UNIXPATH_MODE = 660