gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: remove some ancient options


From: gnunet
Subject: [taler-deployment] branch master updated: remove some ancient options
Date: Fri, 29 Oct 2021 10:15:31 +0200

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

dold pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 2fc73b3  remove some ancient options
2fc73b3 is described below

commit 2fc73b35dd9390a863b9f658565005e7f8bbdff0
Author: Florian Dold <florian@dold.me>
AuthorDate: Fri Oct 29 10:15:24 2021 +0200

    remove some ancient options
---
 bin/taler-deployment-config-generate | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/bin/taler-deployment-config-generate 
b/bin/taler-deployment-config-generate
index 0101d78..900caf1 100755
--- a/bin/taler-deployment-config-generate
+++ b/bin/taler-deployment-config-generate
@@ -72,7 +72,6 @@ def config(obj):
     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")
@@ -80,7 +79,6 @@ def config(obj):
         obj.cfg_put("bank", "serve", "http")
         obj.cfg_put("bank", "http_port", get_port(urls["bank"]))
 
-    obj.cfg_put("bank", "database", "taler" + obj.envname)
     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")
@@ -88,10 +86,6 @@ def config(obj):
     obj.cfg_put("bank", "database", "postgres:///taler{}".format(obj.envname))
     obj.cfg_put("bank", "suggested_exchange", urls["exchange"])
 
-    obj.cfg_put("bank-admin", "uwsgi_serve", "unix")
-    obj.cfg_put("bank-admin", "uwsgi_unixpath", 
"$HOME/sockets/bank-admin.uwsgi")
-    obj.cfg_put("bank-admin", "uwsgi_unixpath_mode", "660")
-
     obj.cfg_put("donations", "serve", "uwsgi")
     obj.cfg_put("donations", "uwsgi_serve", "unix")
     obj.cfg_put("donations", "uwsgi_unixpath", "$HOME/sockets/donations.uwsgi")

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