From cd5fafffe22608d3d9ec6c620417ecdbd6c076d3 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 15 Jul 2023 22:33:49 +0200 Subject: -get taler-exchange-benchmark to work --- src/benchmark/benchmark-common.conf | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/benchmark/benchmark-common.conf') diff --git a/src/benchmark/benchmark-common.conf b/src/benchmark/benchmark-common.conf index 6ff5a727a..fc93b2a90 100644 --- a/src/benchmark/benchmark-common.conf +++ b/src/benchmark/benchmark-common.conf @@ -39,18 +39,20 @@ ENABLE_DEBIT = YES ENABLE_CREDIT = YES [exchange-accountcredentials-1] +WIRE_GATEWAY_AUTH_METHOD = none WIRE_GATEWAY_URL = "http://localhost:8082/42/" # account-2 is suitable for libeufin [exchange-account-2] ENABLE_DEBIT = YES ENABLE_CREDIT = YES +PAYTO_URI = payto://iban/SANDBOXX/DE033310?receiver-name=Exchange+Company [exchange-accountcredentials-2] WIRE_GATEWAY_AUTH_METHOD = basic -USERNAME = Exchange +USERNAME = exchange PASSWORD = x -WIRE_GATEWAY_URL = "http://localhost:8082/2/" +WIRE_GATEWAY_URL = "http://localhost:8082/facades/test-facade/taler-wire-gateway/" # Trust local exchange for "EUR" currency -- cgit v1.2.3