summaryrefslogtreecommitdiff
path: root/bin/taler-local
diff options
context:
space:
mode:
authorMS <ms@taler.net>2022-09-20 10:04:01 +0200
committerMS <ms@taler.net>2022-09-20 10:04:01 +0200
commit73a449628144460b2cb0b3689d46530ea1e879f8 (patch)
tree023356604c050ffdef7a5f4f161f55bf9082c5e9 /bin/taler-local
parent52ae4a3cc473f0af6eb453778c501d2eaadb432f (diff)
downloaddeployment-73a449628144460b2cb0b3689d46530ea1e879f8.tar.gz
deployment-73a449628144460b2cb0b3689d46530ea1e879f8.tar.bz2
deployment-73a449628144460b2cb0b3689d46530ea1e879f8.zip
remove obsolete config value
Diffstat (limited to 'bin/taler-local')
-rwxr-xr-xbin/taler-local2
1 files changed, 0 insertions, 2 deletions
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}")