From 6074790867eb187f4c4de96cb6266fa541dc18ae Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Sun, 19 Jan 2020 18:48:14 +0100 Subject: config syntax for accounts --- src/auditor/generate-auditor-basedb.conf | 4 ++-- src/auditor/test-auditor.conf | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src/auditor') diff --git a/src/auditor/generate-auditor-basedb.conf b/src/auditor/generate-auditor-basedb.conf index 40e5d1320..02ed14b77 100644 --- a/src/auditor/generate-auditor-basedb.conf +++ b/src/auditor/generate-auditor-basedb.conf @@ -77,7 +77,7 @@ lookahead_provide = 4 weeks 1 day [taler] CURRENCY = TESTKUDOS -[account-1] +[exchange-account-1] WIRE_RESPONSE = ${TALER_DATA_HOME}/exchange/account-1.json PAYTO_URI = payto://x-taler-bank/localhost/Exchange METHOD = x-taler-bank @@ -88,7 +88,7 @@ WIRE_GATEWAY_AUTH_METHOD = basic USERNAME = Exchange PASSWORD = x -[account-merchant] +[merchant-account-merchant] PAYTO_URI = payto://x-taler-bank/localhost/42 WIRE_RESPONSE = ${TALER_CONFIG_HOME}/merchant/account-3.json METHOD = x-taler-bank diff --git a/src/auditor/test-auditor.conf b/src/auditor/test-auditor.conf index fa38bfa6f..a76c91877 100644 --- a/src/auditor/test-auditor.conf +++ b/src/auditor/test-auditor.conf @@ -2,7 +2,7 @@ DB = postgres TINY_AMOUNT = TESTKUDOS:0.01 -[account-1] +[exchange-account-1] WIRE_RESPONSE = ${TALER_DATA_HOME}/exchange/account-1.json PAYTO_URI = payto://x-taler-bank/localhost/Exchange METHOD = x-taler-bank -- cgit v1.2.3