aboutsummaryrefslogtreecommitdiff
path: root/src/wire/test_wire_plugin.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/wire/test_wire_plugin.conf')
-rw-r--r--src/wire/test_wire_plugin.conf21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/wire/test_wire_plugin.conf b/src/wire/test_wire_plugin.conf
deleted file mode 100644
index 90b4f0749..000000000
--- a/src/wire/test_wire_plugin.conf
+++ /dev/null
@@ -1,21 +0,0 @@
-# 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
-
-
-[exchange-wire-test]
-# For transfers made by the exchange, we need to know
-# the URL of the bank (where the /admin/add/incoming API
-# is avaialble).
-BANK_URL = http://localhost/
-
-[taler]
-CURRENCY = "EUR"