summaryrefslogtreecommitdiff
path: root/src/testing/test_bank_api_nexus.conf
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2020-04-17 00:32:18 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2020-04-17 15:30:24 +0200
commit4f713b40e3571fef9f29fa8c16043a9dd7d8b841 (patch)
tree5084b992012c8d2fca80ecf4b253c7e43987d5a9 /src/testing/test_bank_api_nexus.conf
parentf934a81d49274938a19f3db1b0829647133eb1fc (diff)
downloadexchange-4f713b40e3571fef9f29fa8c16043a9dd7d8b841.tar.gz
exchange-4f713b40e3571fef9f29fa8c16043a9dd7d8b841.tar.bz2
exchange-4f713b40e3571fef9f29fa8c16043a9dd7d8b841.zip
Prepare and launch Nexus for tests.
Diffstat (limited to 'src/testing/test_bank_api_nexus.conf')
-rw-r--r--src/testing/test_bank_api_nexus.conf17
1 files changed, 17 insertions, 0 deletions
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