aboutsummaryrefslogtreecommitdiff
path: root/src/exchange/exchange.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/exchange/exchange.conf')
-rw-r--r--src/exchange/exchange.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchange/exchange.conf b/src/exchange/exchange.conf
index 39d4422fd..ac5f4306f 100644
--- a/src/exchange/exchange.conf
+++ b/src/exchange/exchange.conf
@@ -26,7 +26,7 @@ SERVE = tcp
26 26
27# Unix domain socket to listen on, 27# Unix domain socket to listen on,
28# only effective with "SERVE = unix" 28# only effective with "SERVE = unix"
29UNIXPATH = ${TALER_RUNTIME_DIR}/exchange.http 29UNIXPATH = ${TALER_RUNTIME_DIR}/exchange/exchange-http.sock
30UNIXPATH_MODE = 660 30UNIXPATH_MODE = 660
31 31
32# HTTP port the exchange listens to 32# HTTP port the exchange listens to