gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: we do need both serve and uwsg


From: gnunet
Subject: [taler-deployment] branch master updated: we do need both serve and uwsgi_serve
Date: Fri, 29 Oct 2021 11:46:37 +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 e275a2f  we do need both serve and uwsgi_serve
e275a2f is described below

commit e275a2f800ea62f8532b9c71364839e5b0709e56
Author: Florian Dold <florian@dold.me>
AuthorDate: Fri Oct 29 11:46:31 2021 +0200

    we do need both serve and uwsgi_serve
---
 bin/taler-deployment-config-generate | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bin/taler-deployment-config-generate 
b/bin/taler-deployment-config-generate
index 900caf1..f3a52ca 100755
--- a/bin/taler-deployment-config-generate
+++ b/bin/taler-deployment-config-generate
@@ -72,6 +72,7 @@ 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")

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