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_auditor_api.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/testing/test_auditor_api.conf') diff --git a/src/testing/test_auditor_api.conf b/src/testing/test_auditor_api.conf index 7bb57c3a9..dab354cd4 100644 --- a/src/testing/test_auditor_api.conf +++ b/src/testing/test_auditor_api.conf @@ -59,7 +59,7 @@ CONFIG = "postgres:///talercheck" # advertised in /wire. [account-1] # What is the URL of our account? -URL = "payto://x-taler-bank/localhost/42" +PAYTO_URI = "payto://x-taler-bank/localhost/42" WIRE_GATEWAY_URL = "http://localhost:8082/42/" # This is the response we give out for the /wire request. It provides # wallets with the bank information for transfers to the exchange. @@ -76,7 +76,7 @@ HTTP_PORT = 8082 [account-2] # What is the bank account (with the "Taler Bank" demo system)? WIRE_GATEWAY_URL = "http://localhost:8082/2/" -URL = "payto://x-taler-bank/localhost/2" +PAYTO_URI = "payto://x-taler-bank/localhost/2" # This is the response we give out for the /wire request. It provides # wallets with the bank information for transfers to the exchange. -- cgit v1.2.3