diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-09-05 23:09:34 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-09-05 23:09:34 +0200 |
commit | 87f5d8211e5c086bf33a0e974fc131a94625af00 (patch) | |
tree | f7b2f2cff141cc0fa6893f46a0f0584a5150a066 /src/benchmark/benchmark.conf | |
parent | 303e47e24b5809163d604ecca46ce406f16ef1e4 (diff) | |
download | exchange-87f5d8211e5c086bf33a0e974fc131a94625af00.tar.gz exchange-87f5d8211e5c086bf33a0e974fc131a94625af00.tar.bz2 exchange-87f5d8211e5c086bf33a0e974fc131a94625af00.zip |
-misc bugfixes
Diffstat (limited to 'src/benchmark/benchmark.conf')
-rw-r--r-- | src/benchmark/benchmark.conf | 20 |
1 files changed, 6 insertions, 14 deletions
diff --git a/src/benchmark/benchmark.conf b/src/benchmark/benchmark.conf index c38981dd..5199ee87 100644 --- a/src/benchmark/benchmark.conf +++ b/src/benchmark/benchmark.conf @@ -54,28 +54,20 @@ 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/Exchange" +[exchange-account-test] +# What is the bank account (with the "Taler Bank" demo system)? Must end with "/". +PAYTO_URI = "payto://x-taler-bank/localhost/Exchange" +# Authentication information for basic authentication ENABLE_DEBIT = YES ENABLE_CREDIT = YES -[exchange-accountcredentials-2] -# What is the bank account (with the "Taler Bank" demo system)? Must end with "/". -WIRE_GATEWAY_URL = http://localhost:8082/taler-wire-gateway/Exchange/ -# Authentication information for basic authentication +[exchange-accountcredentials-test] +WIRE_GATEWAY_URL = http://localhost:8082/Exchange/ WIRE_GATEWAY_AUTH_METHOD = "basic" USERNAME = Exchange PASSWORD = x -[exchange-account-aggregator] -# What is the payto://-URL of the exchange (to generate wire response) -PAYTO_URI = "payto://aggregator-benchmark/exchangeacc" -ENABLE_DEBIT = YES - - - # Sections starting with "coin_" specify which denominations # the exchange should support (and their respective fee structure) [coin_eur_ct_1] |