summaryrefslogtreecommitdiff
path: root/config/generate-config
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2017-11-20 19:09:07 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2017-11-20 19:09:07 +0100
commit4c5fd1098ce61dc271b18f871b6a6e3ac4637265 (patch)
treebf74af81948326d6818138261f2e22d40bea0291 /config/generate-config
parent87511f0b7207103330cfcd9c54386cfb2aef3976 (diff)
downloaddeployment-4c5fd1098ce61dc271b18f871b6a6e3ac4637265.tar.gz
deployment-4c5fd1098ce61dc271b18f871b6a6e3ac4637265.tar.bz2
deployment-4c5fd1098ce61dc271b18f871b6a6e3ac4637265.zip
config entry for survey site
Diffstat (limited to 'config/generate-config')
-rwxr-xr-xconfig/generate-config3
1 files changed, 3 insertions, 0 deletions
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")