blob: 420b68baf81bacb599a30908e4eee24c42a57f83 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
[auditor]
DB = postgres
TINY_AMOUNT = TESTKUDOS:0.01
[auditordb-postgres]
CONFIG = postgres:///taler-auditor-test
[exchangedb-postgres]
CONFIG = postgres:///taler-auditor-test
[taler]
CURRENCY = TESTKUDOS
[bank]
DATABASE = postgres:///taler-auditor-test
MAX_DEBT = TESTKUDOS:50.0
MAX_DEBT_BANK = TESTKUDOS:0.0
HTTP_PORT = 8082
SUGGESTED_EXCHANGE = http://localhost:8081/
SUGGESTED_EXCHANGE_PAYTO = payto://x-taler-bank/localhost:8082/2
|