gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: fix config


From: gnunet
Subject: [taler-deployment] branch master updated: fix config
Date: Fri, 09 Oct 2020 16:00:57 +0200

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

ms pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 7864cfe  fix config
7864cfe is described below

commit 7864cfec258588626f9cf6336e5b925d96aa4e5f
Author: MS <ms@taler.net>
AuthorDate: Fri Oct 9 16:00:53 2020 +0200

    fix config
---
 bin/taler-config-generate | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/bin/taler-config-generate b/bin/taler-config-generate
index 80025e0..cb25995 100755
--- a/bin/taler-config-generate
+++ b/bin/taler-config-generate
@@ -87,14 +87,17 @@ def config(obj):
     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")
     obj.cfg_put("donations", "uwsgi_unixpath_mode", "660")
 
+    obj.cfg_put("blog", "serve", "uwsgi")
     obj.cfg_put("blog", "uwsgi_serve", "unix")
     obj.cfg_put("blog", "uwsgi_unixpath", "$HOME/sockets/shop.uwsgi")
     obj.cfg_put("blog", "uwsgi_unixpath_mode", "660")
 
+    obj.cfg_put("survey", "serve", "uwsgi")
     obj.cfg_put("survey", "uwsgi_serve", "unix")
     obj.cfg_put("survey", "uwsgi_unixpath", "$HOME/sockets/survey.uwsgi")
     obj.cfg_put("survey", "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]