2019-08-22 15:30:02 +02:00
|
|
|
[auditor]
|
|
|
|
DB = postgres
|
2019-08-24 22:49:35 +02:00
|
|
|
TINY_AMOUNT = TESTKUDOS:0.01
|
2019-08-22 15:30:02 +02:00
|
|
|
|
|
|
|
[auditordb-postgres]
|
|
|
|
CONFIG = postgres:///taler-auditor-test
|
|
|
|
|
|
|
|
[exchangedb-postgres]
|
|
|
|
CONFIG = postgres:///taler-auditor-test
|
|
|
|
|
|
|
|
[taler]
|
|
|
|
CURRENCY = TESTKUDOS
|
|
|
|
|
2019-08-23 15:10:10 +02:00
|
|
|
[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
|