summaryrefslogtreecommitdiff
path: root/src/wire/test_wire_plugin.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-04-11 15:59:24 +0200
committerChristian Grothoff <christian@grothoff.org>2016-04-11 15:59:24 +0200
commita7f2496795a80dca6fbbfb5a20f0ee4b7a72650e (patch)
treeda20ce6de3455c9a24b9ceed92e6fbe0a0e45bea /src/wire/test_wire_plugin.conf
parent58373f2a92536be08db1fc7e9c4dc872e382c2c4 (diff)
downloadexchange-a7f2496795a80dca6fbbfb5a20f0ee4b7a72650e.tar.gz
exchange-a7f2496795a80dca6fbbfb5a20f0ee4b7a72650e.tar.bz2
exchange-a7f2496795a80dca6fbbfb5a20f0ee4b7a72650e.zip
adding wire plugin tests, resolving #4357
Diffstat (limited to 'src/wire/test_wire_plugin.conf')
-rw-r--r--src/wire/test_wire_plugin.conf21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/wire/test_wire_plugin.conf b/src/wire/test_wire_plugin.conf
new file mode 100644
index 000000000..ece816954
--- /dev/null
+++ b/src/wire/test_wire_plugin.conf
@@ -0,0 +1,21 @@
+# 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
+
+[sepa]
+# This is the response we give out for the /wire request. It provides
+# wallets with the bank information for transfers to the exchange.
+SEPA_RESPONSE_FILE = test_wire_plugin_sepa.json
+
+
+[wire-outgoing-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/
+
+[exchange]
+CURRENCY = "EUR"