18 lines
384 B
Plaintext
18 lines
384 B
Plaintext
# This file is in the public domain.
|
|
|
|
[taler]
|
|
currency = KUDOS
|
|
|
|
[exchange-account-2]
|
|
PAYTO_URI = payto://iban/IBAN/UNUSED
|
|
METHOD = x-taler-bank
|
|
WIRE_GATEWAY_URL = http://localhost:5001/taler
|
|
WIRE_GATEWAY_AUTH_METHOD = basic
|
|
USERNAME = Exchange
|
|
PASSWORD = x
|
|
|
|
[bank]
|
|
# not (!) used by the nexus, only by the helper
|
|
# check to make sure the port is free for the nexus.
|
|
HTTP_PORT = 5001
|