From fc48947e32670864a5fac44a73df51433f4fdee8 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 16 May 2017 18:56:10 +0200 Subject: skeleton for the test for #4959 --- src/wire/test_wire_plugin_transactions_test.conf | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/wire/test_wire_plugin_transactions_test.conf (limited to 'src/wire/test_wire_plugin_transactions_test.conf') diff --git a/src/wire/test_wire_plugin_transactions_test.conf b/src/wire/test_wire_plugin_transactions_test.conf new file mode 100644 index 000000000..601b28f9a --- /dev/null +++ b/src/wire/test_wire_plugin_transactions_test.conf @@ -0,0 +1,15 @@ +# This file is in the public domain. +# +[test] +# This is the response we give out for the /wire request. It provides +# wallets with the bank information for transfers to the exchange. +TEST_RESPONSE_FILE = test_wire_plugin_test.json + +[exchange-wire-test] +# For transfers made by the exchange, we need to know +# the URI of the bank (where the /admin/add/incoming API +# is avaialble). +BANK_URI = http://localhost:8088/ + +[taler] +CURRENCY = "KUDOS" -- cgit v1.2.3