exchange

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

commit 422caa430283518d7de32f326b266af1120f0200
parent 10c3007c8b4f6f299d04219ad3dc61afc11ebf11
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 22 Dec 2024 23:09:28 +0100

-clean up paths

Diffstat:
MREADME | 1-
Mdebian/taler-exchange.links | 1-
Msrc/exchange/exchange.conf | 6+++---
3 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/README b/README @@ -55,7 +55,6 @@ Build tools for compiling Taler exchange from source: - sphinx-rtd-theme - sphinx-multiversion - Direct dependencies ~~~~~~~~~~~~~~~~~~~ diff --git a/debian/taler-exchange.links b/debian/taler-exchange.links @@ -1 +0,0 @@ - diff --git a/src/exchange/exchange.conf b/src/exchange/exchange.conf @@ -43,7 +43,7 @@ SERVE = tcp # Unix domain socket to listen on, # only effective with "SERVE = unix" -UNIXPATH = ${TALER_RUNTIME_DIR}/exchange-httpd/exchange-http.sock +UNIXPATH = ${TALER_RUNTIME_DIR}httpd/exchange-http.sock UNIXPATH_MODE = 660 # Linear component for the STEFAN curve @@ -119,13 +119,13 @@ WIREWATCH_IDLE_SLEEP_INTERVAL = 1 s SIGNKEY_LEGAL_DURATION = 2 years # Directory with our terms of service. -TERMS_DIR = $TALER_DATA_HOME/terms/ +TERMS_DIR = ${TALER_DATA_HOME}terms/ # Etag / filename for the terms of service. TERMS_ETAG = exchange-tos-v0 # Directory with our privacy policy. -PRIVACY_DIR = $TALER_DATA_HOME/terms/ +PRIVACY_DIR = ${TALER_DATA_HOME}terms/ # Etag / filename for the privacy policy. PRIVACY_ETAG = exchange-pp-v0