diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-12-25 09:04:27 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-12-25 09:04:27 +0100 |
commit | 2c856ebe3c2c70ccd591ae3447b2bacfba589559 (patch) | |
tree | 90e8df435b75efdecb06f94a27b3d63af64db388 /src/auditor/auditor.conf | |
parent | d5d2fc12f54fbfe608f66417b0b350c2bd94d516 (diff) |
use BASE_URL consistently
Diffstat (limited to 'src/auditor/auditor.conf')
-rw-r--r-- | src/auditor/auditor.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/auditor/auditor.conf b/src/auditor/auditor.conf index 81b9322fa..270836283 100644 --- a/src/auditor/auditor.conf +++ b/src/auditor/auditor.conf @@ -17,7 +17,7 @@ AUDITOR_PRIV_FILE = ${TALER_DATA_HOME}/auditor/offline-keys/auditor.priv # What is the Web site of the auditor (i.e. to file complaints about # a misbehaving exchange)? -# AUDITOR_URL = https://auditor.taler.net/ +# BASE_URL = https://auditor.taler.net/ # Network configuration for the normal API/service HTTP server |