taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 73a449628144460b2cb0b3689d46530ea1e879f8
parent 52ae4a3cc473f0af6eb453778c501d2eaadb432f
Author: MS <ms@taler.net>
Date:   Tue, 20 Sep 2022 10:04:01 +0200

remove obsolete config value

Diffstat:
Mbin/taler-gv | 2--
Mbin/taler-local | 2--
2 files changed, 0 insertions(+), 4 deletions(-)

diff --git 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 @@ -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}")