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/testing/test_exchange_api.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/testing/test_exchange_api.conf') diff --git a/src/testing/test_exchange_api.conf b/src/testing/test_exchange_api.conf index 028f1d7e2..ed74d89ec 100644 --- a/src/testing/test_exchange_api.conf +++ b/src/testing/test_exchange_api.conf @@ -52,13 +52,13 @@ CONFIG = "postgres:///talercheck" [auditordb-postgres] CONFIG = "postgres:///talercheck" -# Sections starting with "account-" configure the bank accounts +# Sections starting with "exchange-account-" configure the bank accounts # of the exchange. The "URL" specifies the account in # payto://-format, while the WIRE_JSON specifies the # (possibly offline) signed version to be returned in /wire. # WIRE_JSON is optional, as not all accounts must be # advertised in /wire. -[account-1] +[exchange-account-1] # What is the URL of our account? PAYTO_URI = "payto://x-taler-bank/localhost/42" # This is the response we give out for the /wire request. It provides @@ -72,7 +72,7 @@ WIRE_GATEWAY_URL = "http://localhost:9081/42/" # ENABLE_CREDIT = YES -[account-2] +[exchange-account-2] # What is the bank account (with the "Taler Bank" demo system)? PAYTO_URI = "payto://x-taler-bank/localhost/2" -- cgit v1.2.3