2020-01-17 12:15:57 +01:00
|
|
|
# This file is in the public domain.
|
|
|
|
|
|
|
|
[taler]
|
|
|
|
currency = KUDOS
|
|
|
|
|
2020-01-19 18:48:14 +01:00
|
|
|
[exchange-account-2]
|
2020-01-19 17:03:19 +01:00
|
|
|
PAYTO_URI = payto://x-taler-bank/localhost/2
|
2020-01-17 12:15:57 +01:00
|
|
|
WIRE_GATEWAY_URL = "http://localhost:8081/2/"
|
|
|
|
WIRE_GATEWAY_AUTH_METHOD = basic
|
|
|
|
USERNAME = Exchange
|
|
|
|
PASSWORD = x
|
|
|
|
|
|
|
|
[bank]
|
|
|
|
SERVE = http
|
|
|
|
HTTP_PORT = 8081
|
|
|
|
DATABASE = postgres:///talercheck
|