2020-04-17 00:32:18 +02:00
|
|
|
# This file is in the public domain.
|
|
|
|
|
|
|
|
[taler]
|
|
|
|
currency = KUDOS
|
|
|
|
|
|
|
|
[exchange-account-2]
|
|
|
|
PAYTO_URI = payto://iban/IBAN/UNUSED
|
|
|
|
METHOD = x-taler-bank
|
2020-06-01 14:17:05 +02:00
|
|
|
WIRE_GATEWAY_URL = http://localhost:5001/facades/my-facade/taler/
|
2020-04-17 00:32:18 +02:00
|
|
|
WIRE_GATEWAY_AUTH_METHOD = basic
|
2020-05-29 17:59:50 +02:00
|
|
|
# the exchange authenticates as the 'admin' user,
|
|
|
|
# since that makes the test preparation just easier.
|
2020-06-01 14:17:05 +02:00
|
|
|
USERNAME = Exchange
|
2020-04-17 00:32:18 +02:00
|
|
|
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
|