diff options
author | Christian Grothoff <christian@grothoff.org> | 2024-08-19 12:10:40 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2024-08-19 12:10:46 +0200 |
commit | df2817001227c16b7c30d13e8bf2512d45162b23 (patch) | |
tree | a4106e7177b8426b34764ee6ca135cd03252e349 | |
parent | 36c00d57663a943299d56ac555a4a26021d8b18d (diff) |
provide default for STEFAN_LINv0.12.1-dev.4
-rw-r--r-- | src/exchange/exchange.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/exchange/exchange.conf b/src/exchange/exchange.conf index f88c8e7b0..55c126b56 100644 --- 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 |