gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: restore old INI entry of surve


From: gnunet
Subject: [taler-deployment] branch master updated: restore old INI entry of survey
Date: Wed, 22 Jul 2020 12:41:22 +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 faa7135  restore old INI entry of survey
faa7135 is described below

commit faa7135b118e3d67d19316eede92e9115a097238
Author: MS <ms@taler.net>
AuthorDate: Wed Jul 22 12:41:19 2020 +0200

    restore old INI entry of survey
---
 bin/taler-config-generate | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/bin/taler-config-generate b/bin/taler-config-generate
index 899f972..da8aba9 100755
--- a/bin/taler-config-generate
+++ b/bin/taler-config-generate
@@ -108,6 +108,10 @@ def config(obj):
     obj.cfg_put("blog", "uwsgi_unixpath", "$HOME/sockets/shop.uwsgi")
     obj.cfg_put("blog", "uwsgi_unixpath_mode", "660")
 
+    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")
+
     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]