diff options
-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 |