diff options
Diffstat (limited to 'src/benchmark')
| -rw-r--r-- | src/benchmark/bank-benchmark.conf | 6 | ||||
| -rw-r--r-- | src/benchmark/benchmark.conf | 6 | 
2 files changed, 8 insertions, 4 deletions
diff --git a/src/benchmark/bank-benchmark.conf b/src/benchmark/bank-benchmark.conf index 1b2eccaf..1942d551 100644 --- a/src/benchmark/bank-benchmark.conf +++ b/src/benchmark/bank-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/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 diff --git a/src/benchmark/benchmark.conf b/src/benchmark/benchmark.conf index a5fe4340..3a11b73e 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  | 
