summaryrefslogtreecommitdiff
path: root/src/benchmark/benchmark.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-03-19 21:44:54 +0100
committerChristian Grothoff <christian@grothoff.org>2020-03-19 21:44:54 +0100
commit7a1c6769e428f6f8bb413fb74383c82e16871d2c (patch)
tree049947c0cac5cc5a70996683df7bd88b4e51c593 /src/benchmark/benchmark.conf
parentf76e7c46e6609d39d5b28cb489a946833ca58bfb (diff)
downloadexchange-7a1c6769e428f6f8bb413fb74383c82e16871d2c.tar.gz
exchange-7a1c6769e428f6f8bb413fb74383c82e16871d2c.tar.bz2
exchange-7a1c6769e428f6f8bb413fb74383c82e16871d2c.zip
enable using python bank with benchmark
Diffstat (limited to 'src/benchmark/benchmark.conf')
-rw-r--r--src/benchmark/benchmark.conf18
1 files changed, 13 insertions, 5 deletions
diff --git a/src/benchmark/benchmark.conf b/src/benchmark/benchmark.conf
index 418b2a677..a7be9f0d3 100644
--- a/src/benchmark/benchmark.conf
+++ b/src/benchmark/benchmark.conf
@@ -40,25 +40,33 @@ host = localhost
# Adjust $HOME to match remote target!
dir = $HOME/repos/taler/exchange/src/benchmark
+[bank]
+HTTP_PORT = 8082
+SERVE = http
+MAX_DEBT = EUR:100000000000.0
+MAX_DEBT_BANK = EUR:1000000000000000.0
+
[benchmark]
USER_PAYTO_URI = payto://x-taler-bank/localhost:8082/42
[exchange-account-2]
# What is the payto://-URL of the exchange (to generate wire response)
-PAYTO_URI = "payto://x-taler-bank/localhost:8082/2"
+PAYTO_URI = "payto://x-taler-bank/localhost:8082/Exchange"
# What is the bank account (with the "Taler Bank" demo system)? Must end with "/".
-WIRE_GATEWAY_URL = http://localhost:8082/2/
+WIRE_GATEWAY_URL = http://localhost:8082/taler-wire-gateway/Exchange/
# This is the response we give out for the /wire request. It provides
# wallets with the bank information for transfers to the exchange.
-WIRE_RESPONSE = ${TALER_CONFIG_HOME}/account-2.json
+WIRE_RESPONSE = ${TALER_CONFIG_HOME}/account-exchange.json
# Authentication information for basic authentication
WIRE_GATEWAY_AUTH_METHOD = "basic"
-username = user
-password = pass
+username = Exchange
+password = x
enable_debit = YES
enable_credit = YES
+
+
[fees-x-taler-bank]
# Fees for the forseeable future...
# If you see this after 2017, update to match the next 10 years...