gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] branch master updated: use BASE_URL consistently


From: gnunet
Subject: [taler-exchange] branch master updated: use BASE_URL consistently
Date: Fri, 25 Dec 2020 09:04:29 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 2c856ebe use BASE_URL consistently
2c856ebe is described below

commit 2c856ebe3c2c70ccd591ae3447b2bacfba589559
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Fri Dec 25 09:04:27 2020 +0100

    use BASE_URL consistently
---
 src/auditor/auditor.conf                 | 2 +-
 src/auditor/generate-auditor-basedb.conf | 1 -
 src/auditor/report-lib.c                 | 4 ++--
 src/auditor/test-auditor.conf            | 2 +-
 src/testing/test_auditor_api.conf        | 2 +-
 5 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/src/auditor/auditor.conf b/src/auditor/auditor.conf
index 81b9322f..27083628 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
diff --git a/src/auditor/generate-auditor-basedb.conf 
b/src/auditor/generate-auditor-basedb.conf
index 9f5292d7..5cd28269 100644
--- a/src/auditor/generate-auditor-basedb.conf
+++ b/src/auditor/generate-auditor-basedb.conf
@@ -45,7 +45,6 @@ SERVE = tcp
 UNIXPATH = ${TALER_RUNTIME_DIR}/exchange.http
 UNIXPATH_MODE = 660
 PORT = 8083
-AUDITOR_URL = http://localhost:8083/
 BASE_URL = http://localhost:8083/
 TINY_AMOUNT = TESTKUDOS:0.01
 
diff --git a/src/auditor/report-lib.c b/src/auditor/report-lib.c
index e3b41b1a..6334e6f6 100644
--- a/src/auditor/report-lib.c
+++ b/src/auditor/report-lib.c
@@ -681,12 +681,12 @@ TALER_ARL_init (const struct GNUNET_CONFIGURATION_Handle 
*c)
   if (GNUNET_OK !=
       GNUNET_CONFIGURATION_get_value_string (TALER_ARL_cfg,
                                              "auditor",
-                                             "AUDITOR_URL",
+                                             "BASE_URL",
                                              &TALER_ARL_auditor_url))
   {
     GNUNET_log_config_missing (GNUNET_ERROR_TYPE_ERROR,
                                "auditor",
-                               "AUDITOR_URL");
+                               "BASE_URL");
     return GNUNET_SYSERR;
   }
   if (GNUNET_YES == GNUNET_is_zero (&TALER_ARL_master_pub))
diff --git a/src/auditor/test-auditor.conf b/src/auditor/test-auditor.conf
index 3017e61f..2089b156 100644
--- a/src/auditor/test-auditor.conf
+++ b/src/auditor/test-auditor.conf
@@ -1,7 +1,7 @@
 [auditor]
 DB = postgres
 TINY_AMOUNT = TESTKUDOS:0.01
-AUDITOR_URL = http://localhost:8083/
+BASE_URL = http://localhost:8083/
 
 [exchange-account-1]
 PAYTO_URI = payto://x-taler-bank/localhost/Exchange
diff --git a/src/testing/test_auditor_api.conf 
b/src/testing/test_auditor_api.conf
index 169c4673..a0304452 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

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]