gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: remove obsolete config value


From: gnunet
Subject: [taler-deployment] branch master updated: remove obsolete config value
Date: Tue, 20 Sep 2022 10:04:17 +0200

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

ms pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 73a4496  remove obsolete config value
73a4496 is described below

commit 73a449628144460b2cb0b3689d46530ea1e879f8
Author: MS <ms@taler.net>
AuthorDate: Tue Sep 20 10:04:01 2022 +0200

    remove obsolete config value
---
 bin/taler-gv    | 2 --
 bin/taler-local | 2 --
 2 files changed, 4 deletions(-)

diff --git a/bin/taler-gv b/bin/taler-gv
index d9dca4c..6e4de28 100755
--- a/bin/taler-gv
+++ b/bin/taler-gv
@@ -1058,8 +1058,6 @@ def prepare(postgres_db_name):
         obj.cfg_put("exchange", "terms_dir", 
f"{TALER_PREFIX}/share/taler-exchange/tos")
         obj.cfg_put("exchange", "privacy_etag", "0")
         obj.cfg_put("exchange", "privacy_dir", 
f"{TALER_PREFIX}/share/taler-exchange/pp")
-
-        obj.cfg_put("exchangedb-postgres", "db_conn_str", 
f"postgres:///{postgres_db_name}")
         obj.cfg_put("exchangedb-postgres", "config", 
f"postgres:///{postgres_db_name}")
         obj.cfg_put("auditordb-postgres", "db_conn_str", 
f"postgres:///{postgres_db_name}")
         obj.cfg_put("auditordb-postgres", "config", 
f"postgres:///{postgres_db_name}")
diff --git a/bin/taler-local b/bin/taler-local
index 757209d..d33c06d 100755
--- a/bin/taler-local
+++ b/bin/taler-local
@@ -1058,8 +1058,6 @@ def prepare(x_forwarded_host, x_forwarded_proto, 
postgres_db_name):
         obj.cfg_put("exchange", "terms_dir", 
"$HOME/.local/share/taler-exchange/tos")
         obj.cfg_put("exchange", "privacy_etag", "0")
         obj.cfg_put("exchange", "privacy_dir", 
"$HOME/.local/share/taler-exchange/pp")
-
-        obj.cfg_put("exchangedb-postgres", "db_conn_str", 
f"postgres:///{postgres_db_name}")
         obj.cfg_put("exchangedb-postgres", "config", 
f"postgres:///{postgres_db_name}")
         obj.cfg_put("auditordb-postgres", "db_conn_str", 
f"postgres:///{postgres_db_name}")
         obj.cfg_put("auditordb-postgres", "config", 
f"postgres:///{postgres_db_name}")

-- 
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]