summaryrefslogtreecommitdiff
path: root/src/testing
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-12-25 09:04:27 +0100
committerChristian Grothoff <christian@grothoff.org>2020-12-25 09:04:27 +0100
commit2c856ebe3c2c70ccd591ae3447b2bacfba589559 (patch)
tree90e8df435b75efdecb06f94a27b3d63af64db388 /src/testing
parentd5d2fc12f54fbfe608f66417b0b350c2bd94d516 (diff)
downloadexchange-2c856ebe3c2c70ccd591ae3447b2bacfba589559.tar.gz
exchange-2c856ebe3c2c70ccd591ae3447b2bacfba589559.tar.bz2
exchange-2c856ebe3c2c70ccd591ae3447b2bacfba589559.zip
use BASE_URL consistently
Diffstat (limited to 'src/testing')
-rw-r--r--src/testing/test_auditor_api.conf2
1 files changed, 1 insertions, 1 deletions
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