2016-04-11 02:37:56 +02:00
|
|
|
# This file is in the public domain.
|
|
|
|
#
|
2016-04-10 17:10:20 +02:00
|
|
|
[wire-incoming-test]
|
2016-04-11 02:37:56 +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.
|
|
|
|
TEST_RESPONSE_FILE = ${TALER_CONFIG_HOME}/test.json
|
2016-04-10 17:10:20 +02:00
|
|
|
|
|
|
|
[wire-outgoing-test]
|
2016-04-11 02:37:56 +02:00
|
|
|
# For outgoing transfers, we need to know the exchange's
|
|
|
|
# account number at the bank.
|
|
|
|
EXCHANGE_ACCOUNT_NUMBER = 2
|
2016-04-10 17:10:20 +02:00
|
|
|
|
2016-04-11 02:37:56 +02:00
|
|
|
# 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 = https://bank.demo.taler.net/
|