gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-deployment] branch master updated: config entry for


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: config entry for survey site
Date: Mon, 20 Nov 2017 19:09:21 +0100

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

marcello pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 4c5fd10  config entry for survey site
4c5fd10 is described below

commit 4c5fd1098ce61dc271b18f871b6a6e3ac4637265
Author: Marcello Stanisci <address@hidden>
AuthorDate: Mon Nov 20 19:09:07 2017 +0100

    config entry for survey site
---
 config/generate-config | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/config/generate-config b/config/generate-config
index 2b760c0..6fea173 100755
--- a/config/generate-config
+++ b/config/generate-config
@@ -70,6 +70,9 @@ def config(currency, envname, exchange_pub, standalone):
     cfg_put("donations", "uwsgi_serve", "unix")
     cfg_put("donations", "uwsgi_unixpath", "$HOME/sockets/donations.uwsgi")
 
+    cfg_put("survey", "uwsgi_serve", "unix")
+    cfg_put("survey", "uwsgi_unixpath", "$HOME/sockets/survey.uwsgi")
+
     cfg_put("blog", "uwsgi_serve", "unix")
     cfg_put("blog", "uwsgi_unixpath", "$HOME/sockets/shop.uwsgi")
     cfg_put("blog", "instance", "FSF")

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]