From 2c856ebe3c2c70ccd591ae3447b2bacfba589559 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 25 Dec 2020 09:04:27 +0100 Subject: use BASE_URL consistently --- src/testing/test_auditor_api.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/testing') diff --git a/src/testing/test_auditor_api.conf b/src/testing/test_auditor_api.conf index 169c46734..a03044523 100644 --- a/src/testing/test_auditor_api.conf +++ b/src/testing/test_auditor_api.conf @@ -11,7 +11,7 @@ CURRENCY = EUR CURRENCY_ROUND_UNIT = EUR:0.01 [auditor] -AUDITOR_URL = "http://localhost:8083/" +BASE_URL = "http://localhost:8083/" # HTTP port the auditor listens to PORT = 8083 -- cgit v1.2.3