summaryrefslogtreecommitdiff
path: root/src/wire/test_wire_plugin_transactions_test.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-05-16 18:56:10 +0200
committerChristian Grothoff <christian@grothoff.org>2017-05-16 18:56:10 +0200
commitfc48947e32670864a5fac44a73df51433f4fdee8 (patch)
treeb46ee4d0d9f50de26c3ac92bf0dc5670d1302b08 /src/wire/test_wire_plugin_transactions_test.conf
parent5447ad86ccb134760fa826c114ce2a8e765af988 (diff)
downloadexchange-fc48947e32670864a5fac44a73df51433f4fdee8.tar.gz
exchange-fc48947e32670864a5fac44a73df51433f4fdee8.tar.bz2
exchange-fc48947e32670864a5fac44a73df51433f4fdee8.zip
skeleton for the test for #4959
Diffstat (limited to 'src/wire/test_wire_plugin_transactions_test.conf')
-rw-r--r--src/wire/test_wire_plugin_transactions_test.conf15
1 files changed, 15 insertions, 0 deletions
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"