From a2dde02b64a8ee75c9243632eb45a6ceb9b62dd5 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 7 Jun 2023 23:11:05 +0200 Subject: major libtalertesting API refactoring, including no longer having taler-specific logic in the test engine core --- src/testing/test_bank_api.conf | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/testing/test_bank_api.conf (limited to 'src/testing/test_bank_api.conf') diff --git a/src/testing/test_bank_api.conf b/src/testing/test_bank_api.conf new file mode 100644 index 00000000..0f5a8abe --- /dev/null +++ b/src/testing/test_bank_api.conf @@ -0,0 +1,13 @@ +# This file is in the public domain + +[PATHS] +TALER_TEST_HOME = test_exchange_api_home/ + +[taler] +currency = EUR + +[bank] +# not (!) used by the nexus, only by the helper +# check to make sure the port is free for Nexus. +SERVE = http +HTTP_PORT = 8082 -- cgit v1.2.3