exchange/src/auditor/test-auditor.conf

36 lines
842 B
Plaintext
Raw Normal View History

2019-08-22 15:30:02 +02:00
[auditor]
DB = postgres
TINY_AMOUNT = TESTKUDOS:0.01
2019-08-22 15:30:02 +02:00
2019-08-24 23:06:18 +02:00
[account-1]
WIRE_RESPONSE = ${TALER_DATA_HOME}/exchange/account-1.json
2020-01-17 23:05:39 +01:00
url = payto://x-taler-bank/localhost/Exchange
2020-01-16 20:41:41 +01:00
METHOD = x-taler-bank
2019-08-24 23:06:18 +02:00
enable_debit = yes
enable_credit = yes
2020-01-17 23:05:39 +01:00
WIRE_GATEWAY_URL = "http://localhost:8082/taler-wire-gateway/Exchange/"
2020-01-17 22:43:55 +01:00
WIRE_GATEWAY_AUTH_METHOD = basic
2019-08-24 23:06:18 +02:00
USERNAME = Exchange
PASSWORD = x
[exchangedb]
WIREFEE_BASE_DIR = ${PWD}/wirefees/
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
2020-01-16 20:41:41 +01:00
CURRENCY_ROUNDING = TESTKUDOS:0.01
2019-08-22 15:30:02 +02:00
2019-08-23 15:10:10 +02:00
[bank]
DATABASE = postgres:///taler-auditor-test
MAX_DEBT = TESTKUDOS:50.0
2019-12-23 12:28:15 +01:00
MAX_DEBT_BANK = TESTKUDOS:100000.0
2019-08-23 15:10:10 +02:00
HTTP_PORT = 8082
SUGGESTED_EXCHANGE = http://localhost:8081/
2020-01-17 22:43:55 +01:00
SUGGESTED_EXCHANGE_PAYTO = payto://x-taler-bank/localhost/2