summaryrefslogtreecommitdiff
path: root/src/wire-plugins/test_wire_plugin.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/wire-plugins/test_wire_plugin.conf')
-rw-r--r--src/wire-plugins/test_wire_plugin.conf25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/wire-plugins/test_wire_plugin.conf b/src/wire-plugins/test_wire_plugin.conf
new file mode 100644
index 000000000..d1d699b0f
--- /dev/null
+++ b/src/wire-plugins/test_wire_plugin.conf
@@ -0,0 +1,25 @@
+# This file is in the public domain.
+#
+[account-taler-bank]
+# This is the response we give out for the /wire request. It provides
+# wallets with the bank information for transfers to the exchange.
+WIRE_JSON = test_wire_plugin_test.json
+
+# Our bank account URL
+URL = payto://x-taler-bank/2
+
+# Which wire plugin should we used to access the account?
+PLUGIN = taler_bank
+
+
+[account-sepa]
+# This is the response we give out for the /wire request. It provides
+# wallets with the bank information for transfers to the exchange.
+WIRE_JSON = test_wire_plugin_sepa.json
+
+# Which wire plugin should we used to access the account?
+PLUGIN = ebics
+
+
+[taler]
+CURRENCY = "EUR"