2016-04-11 15:59:24 +02:00
|
|
|
# This file is in the public domain.
|
|
|
|
#
|
2018-04-02 14:24:45 +02:00
|
|
|
[account-taler-bank]
|
2016-04-11 15:59:24 +02:00
|
|
|
# This is the response we give out for the /wire request. It provides
|
|
|
|
# wallets with the bank information for transfers to the exchange.
|
2018-04-02 14:24:45 +02:00
|
|
|
WIRE_JSON = test_wire_plugin_test.json
|
2016-04-11 15:59:24 +02:00
|
|
|
|
2018-04-02 14:24:45 +02:00
|
|
|
# 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]
|
2016-04-11 15:59:24 +02:00
|
|
|
# This is the response we give out for the /wire request. It provides
|
|
|
|
# wallets with the bank information for transfers to the exchange.
|
2018-04-02 14:24:45 +02:00
|
|
|
WIRE_JSON = test_wire_plugin_sepa.json
|
2016-04-11 15:59:24 +02:00
|
|
|
|
2018-04-02 14:24:45 +02:00
|
|
|
# Which wire plugin should we used to access the account?
|
|
|
|
PLUGIN = ebics
|
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"
|