blob: d6d2e83466db985f102c3818beedf2e34a658c3c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# This file is in the public domain.
#
[account-test]
# This is the response we give out for the /wire request. It provides
# wallets with the bank information for transfers to the exchange.
TALER_BANK_AUTH_METHOD = NONE
URL = payto://x-taler-bank/localhost:8088/2
[taler]
CURRENCY = "KUDOS"
|