diff options
author | MS <ms@taler.net> | 2020-05-29 18:39:33 +0200 |
---|---|---|
committer | MS <ms@taler.net> | 2020-05-29 18:39:33 +0200 |
commit | 45943c22c269384b70f33fe16e58ac5b0ed8c492 (patch) | |
tree | 3dd5f923710fba5592835baa0af1a269eb604c43 /src/testing | |
parent | b8226abe63cacc57ec02586934179682845eedf3 (diff) |
GET hello endpoint from Taler Facade.
Diffstat (limited to 'src/testing')
-rw-r--r-- | src/testing/test_bank_api_nexus.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testing/test_bank_api_nexus.conf b/src/testing/test_bank_api_nexus.conf index a4aee53fc..127cfbb85 100644 --- a/src/testing/test_bank_api_nexus.conf +++ b/src/testing/test_bank_api_nexus.conf @@ -6,7 +6,7 @@ currency = KUDOS [exchange-account-2] PAYTO_URI = payto://iban/IBAN/UNUSED METHOD = x-taler-bank -WIRE_GATEWAY_URL = http://localhost:5001/taler +WIRE_GATEWAY_URL = http://localhost:5001/facades/made-up-facade-id/taler WIRE_GATEWAY_AUTH_METHOD = basic # the exchange authenticates as the 'admin' user, # since that makes the test preparation just easier. |