2016-04-11 15:59:24 +02:00
|
|
|
# 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
|
|
|
|
|
|
|
|
|
2017-05-04 18:35:53 +02:00
|
|
|
[exchange-wire-test]
|
2016-04-11 15:59:24 +02:00
|
|
|
# For transfers made by the exchange, we need to know
|
2018-01-30 01:38:04 +01:00
|
|
|
# the URL of the bank (where the /admin/add/incoming API
|
2016-04-11 15:59:24 +02:00
|
|
|
# is avaialble).
|
2018-01-30 01:38:04 +01:00
|
|
|
BANK_URL = http://localhost/
|
2016-04-11 15:59:24 +02:00
|
|
|
|
2016-04-19 23:40:47 +02:00
|
|
|
[taler]
|
2016-04-11 15:59:24 +02:00
|
|
|
CURRENCY = "EUR"
|