summaryrefslogtreecommitdiff
path: root/src/wire/test_wire_plugin.conf
blob: b9aebdba7be00ab7809936e9c10f87a87d202ec1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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/

[taler]
CURRENCY = "EUR"