[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-deployment] branch master updated: -remove obsolete options
From: |
gnunet |
Subject: |
[taler-deployment] branch master updated: -remove obsolete options |
Date: |
Tue, 23 Aug 2022 20:56:49 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository deployment.
The following commit(s) were added to refs/heads/master by this push:
new 74b3406 -remove obsolete options
74b3406 is described below
commit 74b34068532d4340441844d6214d41ddb5727984
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Aug 23 20:56:46 2022 +0200
-remove obsolete options
---
bin/taler-deployment-config-generate | 19 ++-----------------
1 file changed, 2 insertions(+), 17 deletions(-)
diff --git a/bin/taler-deployment-config-generate
b/bin/taler-deployment-config-generate
index 8be0c5a..f96525e 100755
--- a/bin/taler-deployment-config-generate
+++ b/bin/taler-deployment-config-generate
@@ -72,15 +72,8 @@ def config(obj):
obj.cfg_put("paths", "TALER_RUNTIME_DIR", "${HOME}/taler-runtime")
obj.cfg_put("taler", "CURRENCY", obj.currency)
obj.cfg_put("taler", "CURRENCY_ROUND_UNIT", f"{obj.currency}:0.01")
- if obj.envname != "local":
- obj.cfg_put("bank", "serve", "uwsgi")
- obj.cfg_put("bank", "uwsgi_serve", "unix")
- obj.cfg_put("bank", "uwsgi_unixpath", "$HOME/sockets/bank.uwsgi")
- obj.cfg_put("bank", "uwsgi_unixpath_mode", "660")
- else:
- obj.cfg_put("bank", "serve", "http")
- obj.cfg_put("bank", "http_port", get_port(urls["bank"]))
-
+ obj.cfg_put("bank", "serve", "http")
+ obj.cfg_put("bank", "http_port", get_port(urls["bank"]))
obj.cfg_put("bank", "max_debt", "%s:500.0" % obj.currency)
obj.cfg_put("bank", "max_debt_bank", "%s:1000000000.0" % obj.currency)
obj.cfg_put("bank", "allow_registrations", "YES")
@@ -109,14 +102,6 @@ def config(obj):
obj.cfg_put("survey", "uwsgi_unixpath_mode", "660")
obj.cfg_put("survey", "bank_password", "x")
- obj.cfg_put("backoffice-all", "backend", urls["merchant_backend"])
-
- # Keep only one back-office service for all instances, for simplicity.
- obj.cfg_put("backoffice-all", "uwsgi_serve", "unix")
- obj.cfg_put("backoffice-all", "uwsgi_unixpath_mode", "660")
- obj.cfg_put("backoffice-all", "uwsgi_unixpath",
"$HOME/sockets/backoffice.uwsgi")
- obj.cfg_put("backoffice-all", "instances", "FSF default Tor")
-
if obj.envname != "local":
obj.cfg_put("merchant", "serve", "unix")
obj.cfg_put("merchant", "unixpath", "$HOME/sockets/merchant.http")
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-deployment] branch master updated: -remove obsolete options,
gnunet <=