From 4f713b40e3571fef9f29fa8c16043a9dd7d8b841 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Fri, 17 Apr 2020 00:32:18 +0200 Subject: Prepare and launch Nexus for tests. --- src/testing/test_bank_api_nexus.conf | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/testing/test_bank_api_nexus.conf (limited to 'src/testing/test_bank_api_nexus.conf') diff --git a/src/testing/test_bank_api_nexus.conf b/src/testing/test_bank_api_nexus.conf new file mode 100644 index 000000000..4635b2105 --- /dev/null +++ b/src/testing/test_bank_api_nexus.conf @@ -0,0 +1,17 @@ +# This file is in the public domain. + +[taler] +currency = KUDOS + +[exchange-account-2] +PAYTO_URI = payto://iban/IBAN/UNUSED +METHOD = x-taler-bank +WIRE_GATEWAY_URL = http://localhost:5001/taler +WIRE_GATEWAY_AUTH_METHOD = basic +USERNAME = Exchange +PASSWORD = x + +[bank] +# not (!) used by the nexus, only by the helper +# check to make sure the port is free for the nexus. +HTTP_PORT = 5001 -- cgit v1.2.3