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: missing config va


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: missing config values
Date: Tue, 26 Dec 2017 18:51:51 +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 d1a404e  missing config values
d1a404e is described below

commit d1a404eda334e2d1ef1448ac7de210126f59867d
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue Dec 26 18:51:40 2017 +0100

    missing config values
---
 config/generate-config | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/config/generate-config b/config/generate-config
index 6955674..9ef7d50 100755
--- a/config/generate-config
+++ b/config/generate-config
@@ -69,6 +69,7 @@ def config(currency, envname, exchange_pub, standalone):
 
     cfg_put("donations", "uwsgi_serve", "unix")
     cfg_put("donations", "uwsgi_unixpath", "$HOME/sockets/donations.uwsgi")
+    cfg_put("donations", "uwsgi_unixpath_mode", "660")
 
     cfg_put("survey", "uwsgi_serve", "unix")
     cfg_put("survey", "uwsgi_unixpath", "$HOME/sockets/survey.uwsgi")
@@ -76,6 +77,7 @@ def config(currency, envname, exchange_pub, standalone):
 
     cfg_put("blog", "uwsgi_serve", "unix")
     cfg_put("blog", "uwsgi_unixpath", "$HOME/sockets/shop.uwsgi")
+    cfg_put("blog", "uwsgi_unixpath_mode", "660")
     cfg_put("blog", "instance", "FSF")
 
     cfg_put("merchant", "wireformat", "test")

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



reply via email to

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