exchange

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

commit df2817001227c16b7c30d13e8bf2512d45162b23
parent 36c00d57663a943299d56ac555a4a26021d8b18d
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon, 19 Aug 2024 12:10:40 +0200

provide default for STEFAN_LIN

Diffstat:
Msrc/exchange/exchange.conf | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/exchange/exchange.conf b/src/exchange/exchange.conf @@ -46,6 +46,9 @@ SERVE = tcp UNIXPATH = ${TALER_RUNTIME_DIR}/exchange-httpd/exchange-http.sock UNIXPATH_MODE = 660 +# Linear component for the STEFAN curve +STEFAN_LIN = 0.0 + # HTTP port the exchange listens to PORT = 8081