summaryrefslogtreecommitdiff
path: root/src/benchmark/benchmark.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/benchmark/benchmark.conf')
-rw-r--r--src/benchmark/benchmark.conf6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/benchmark/benchmark.conf b/src/benchmark/benchmark.conf
index a5fe43401..3a11b73ea 100644
--- a/src/benchmark/benchmark.conf
+++ b/src/benchmark/benchmark.conf
@@ -56,6 +56,10 @@ 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"
+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
@@ -63,8 +67,6 @@ WIRE_GATEWAY_AUTH_METHOD = "basic"
username = Exchange
password = x
-enable_debit = YES
-enable_credit = YES