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_keys_cherry_picking.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/testing/test_exchange_api_keys_cherry_picking.conf') diff --git a/src/testing/test_exchange_api_keys_cherry_picking.conf b/src/testing/test_exchange_api_keys_cherry_picking.conf index ea516168d..6823e81de 100644 --- a/src/testing/test_exchange_api_keys_cherry_picking.conf +++ b/src/testing/test_exchange_api_keys_cherry_picking.conf @@ -65,7 +65,7 @@ CONFIG = "postgres:///talercheck" CONFIG = "postgres:///talercheck" -[account-1] +[exchange-account-1] # This is the response we give out for the /wire request. It provides # wallets with the bank information for transfers to the exchange. WIRE_RESPONSE = ${TALER_CONFIG_HOME}/iban.json @@ -78,7 +78,7 @@ METHOD = "x-taler-bank" WIRE_GATEWAY_URL = "http://localhost:9082/42/" -[account-2] +[exchange-account-2] # This is the response we give out for the /wire request. It provides # wallets with the bank information for transfers to the exchange. WIRE_RESPONSE = ${TALER_CONFIG_HOME}/x-taler-bank.json -- cgit v1.2.3