From fc8bdb9b978334d52b80c318f9326394f855de2d Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Sun, 19 Jan 2020 17:03:19 +0100 Subject: consistently use payto URI instead of URL --- src/testing/test_exchange_api_twisted.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/testing/test_exchange_api_twisted.conf') diff --git a/src/testing/test_exchange_api_twisted.conf b/src/testing/test_exchange_api_twisted.conf index 28b254e67..b09f8aa5d 100644 --- a/src/testing/test_exchange_api_twisted.conf +++ b/src/testing/test_exchange_api_twisted.conf @@ -58,7 +58,7 @@ CONFIG = "postgres:///talercheck" [account-1] # What is the URL of our account? -URL = "payto://x-taler-bank/localhost/42" +PAYTO_URI = "payto://x-taler-bank/localhost/42" # 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}/account-1.json @@ -69,7 +69,7 @@ WIRE_GATEWAY_AUTH_METHOD = NONE [account-2] -URL = payto://x-taler-bank/localhost/2 +PAYTO_URI = payto://x-taler-bank/localhost/2 WIRE_GATEWAY_URL = "http://localhost:8082/2/" WIRE_RESPONSE = ${TALER_CONFIG_HOME}/account-2.json WIRE_GATEWAY_AUTH_METHOD = BASIC -- cgit v1.2.3