commit 7864cfec258588626f9cf6336e5b925d96aa4e5f
parent 2a2c00e7fac0e3de14f963eaf55b8ee44789425d
Author: MS <ms@taler.net>
Date: Fri, 9 Oct 2020 16:00:53 +0200
fix config
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git 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")