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, 0 insertions, 25 deletions
diff --git a/src/wire-plugins/test_wire_plugin.conf b/src/wire-plugins/test_wire_plugin.conf
deleted file mode 100644
index d1d699b0f..000000000
--- a/src/wire-plugins/test_wire_plugin.conf
+++ /dev/null
@@ -1,25 +0,0 @@
-# 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"