exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 10c3007c8b4f6f299d04219ad3dc61afc11ebf11
parent dd7148285da1f6a9efe1ee55307acf1a02007ba9
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 22 Dec 2024 21:06:29 +0100

-fix UNIXPATH default for auditor

Diffstat:
Msrc/auditor/auditor.conf | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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}/auditor-httpd/auditor-http.sock +UNIXPATH = ${TALER_RUNTIME_DIR}httpd/auditor-http.sock UNIXPATH_MODE = 660 # HTTP port the auditor listens to