22 lines
394 B
Plaintext
22 lines
394 B
Plaintext
# This file is in the public domain.
|
|
|
|
[taler]
|
|
currency = KUDOS
|
|
|
|
[exchange-account-2]
|
|
PAYTO_URI = payto://x-taler-bank/localhost/2
|
|
|
|
[exchange-accountcredentials-2]
|
|
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
|
|
|
|
[auditor]
|
|
BASE_URL = "http://localhost:8083/"
|