gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: restore INI entries of blog an


From: gnunet
Subject: [taler-deployment] branch master updated: restore INI entries of blog and donations
Date: Wed, 22 Jul 2020 10:13:42 +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 773fee0  restore INI entries of blog and donations
773fee0 is described below

commit 773fee0cac5545a2f6006f76c0085957ee398c62
Author: MS <ms@taler.net>
AuthorDate: Wed Jul 22 10:13:37 2020 +0200

    restore INI entries of blog and donations
---
 bin/taler-config-generate | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/bin/taler-config-generate b/bin/taler-config-generate
index cb77780..768d42b 100755
--- a/bin/taler-config-generate
+++ b/bin/taler-config-generate
@@ -100,6 +100,14 @@ 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", "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", "uwsgi_serve", "unix")
+    obj.cfg_put("blog", "uwsgi_unixpath", "$HOME/sockets/blog.uwsgi")
+    obj.cfg_put("blog", "uwsgi_unixpath_mode", "660")
+
     obj.cfg_put("backoffice-all", "backend", 
"https://backend.{}.taler.net/".format(obj.envname))
 
     # Keep only one back-office service for all instances, for simplicity.

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