summaryrefslogtreecommitdiff
path: root/bin/taler-config-generate
diff options
context:
space:
mode:
authorMS <ms@taler.net>2020-10-09 16:00:53 +0200
committerMS <ms@taler.net>2020-10-09 16:00:53 +0200
commit7864cfec258588626f9cf6336e5b925d96aa4e5f (patch)
tree8a0dbd6493e31c740e956c6508c1b40435459e69 /bin/taler-config-generate
parent2a2c00e7fac0e3de14f963eaf55b8ee44789425d (diff)
downloaddeployment-7864cfec258588626f9cf6336e5b925d96aa4e5f.tar.gz
deployment-7864cfec258588626f9cf6336e5b925d96aa4e5f.tar.bz2
deployment-7864cfec258588626f9cf6336e5b925d96aa4e5f.zip
fix config
Diffstat (limited to 'bin/taler-config-generate')
-rwxr-xr-xbin/taler-config-generate3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/taler-config-generate b/bin/taler-config-generate
index 80025e0..cb25995 100755
--- a/bin/taler-config-generate
+++ b/bin/taler-config-generate
@@ -87,14 +87,17 @@ def config(obj):
obj.cfg_put("bank-admin", "uwsgi_unixpath", "$HOME/sockets/bank-admin.uwsgi")
obj.cfg_put("bank-admin", "uwsgi_unixpath_mode", "660")
+ obj.cfg_put("donations", "serve", "uwsgi")
obj.cfg_put("donations", "uwsgi_serve", "unix")
obj.cfg_put("donations", "uwsgi_unixpath", "$HOME/sockets/donations.uwsgi")
obj.cfg_put("donations", "uwsgi_unixpath_mode", "660")
+ obj.cfg_put("blog", "serve", "uwsgi")
obj.cfg_put("blog", "uwsgi_serve", "unix")
obj.cfg_put("blog", "uwsgi_unixpath", "$HOME/sockets/shop.uwsgi")
obj.cfg_put("blog", "uwsgi_unixpath_mode", "660")
+ obj.cfg_put("survey", "serve", "uwsgi")
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")