summaryrefslogtreecommitdiff
path: root/src/testing/test_bank_api_pybank.conf
blob: 93169d2fdb885401b48ee027b71aafce86726236 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# This file is in the public domain.

[taler]
currency = KUDOS

[exchange-account-2]
PAYTO_URI = payto://x-taler-bank/localhost/Exchange
METHOD = x-taler-bank
WIRE_GATEWAY_URL = "http://localhost:8081/taler-wire-gateway/Exchange/"
WIRE_GATEWAY_AUTH_METHOD = basic
USERNAME = Exchange
PASSWORD = x

[bank]
SERVE = http
HTTP_PORT = 8081
DATABASE = postgres:///talercheck

[auditor]
BASE_URL = "http://localhost:8083/"