summaryrefslogtreecommitdiff
path: root/src/wire/test_wire_plugin_transactions_test.conf
diff options
context:
space:
mode:
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"