From 72a629a8be1ed2adc7402285e0f19f8f06816a26 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Sun, 19 Jan 2020 15:23:19 +0100 Subject: move testing logic and integration tests into separate directory --- src/testing/test_bank_api_pybank.conf | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/testing/test_bank_api_pybank.conf (limited to 'src/testing/test_bank_api_pybank.conf') diff --git a/src/testing/test_bank_api_pybank.conf b/src/testing/test_bank_api_pybank.conf new file mode 100644 index 000000000..1d5f4a2d1 --- /dev/null +++ b/src/testing/test_bank_api_pybank.conf @@ -0,0 +1,17 @@ +# This file is in the public domain. + +[taler] +currency = KUDOS + +[account-2] +URL = payto://x-taler-bank/localhost/Exchange +METHOD = x-taler-bank +WIRE_GATEWAY_URL = "http://localhost:8081/taler-wire-gateway/Exchange/" +WIRE_GATEWAY_AUTH_METHOD = basic +USERNAME = Exchange +PASSWORD = x + +[bank] +SERVE = http +HTTP_PORT = 8081 +DATABASE = postgres:///talercheck -- cgit v1.2.3