summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2017-12-26 18:51:40 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2017-12-26 18:51:40 +0100
commitd1a404eda334e2d1ef1448ac7de210126f59867d (patch)
tree9915bc94a959f734164b59a2c25e227fef4a6dc3 /config
parent93c91806914b05e29372830a5712757d62c69107 (diff)
downloaddeployment-d1a404eda334e2d1ef1448ac7de210126f59867d.tar.gz
deployment-d1a404eda334e2d1ef1448ac7de210126f59867d.tar.bz2
deployment-d1a404eda334e2d1ef1448ac7de210126f59867d.zip
missing config values
Diffstat (limited to 'config')
-rwxr-xr-xconfig/generate-config2
1 files changed, 2 insertions, 0 deletions
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")