taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit e3817b446b546953885cfbc9e220461363fc8c3a
parent 773fee0cac5545a2f6006f76c0085957ee398c62
Author: MS <ms@taler.net>
Date:   Wed, 22 Jul 2020 12:27:25 +0200

blog -> shop

Diffstat:
Mbin/taler-config-generate | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/taler-config-generate b/bin/taler-config-generate @@ -105,7 +105,7 @@ def config(obj): obj.cfg_put("donations", "uwsgi_unixpath_mode", "660") obj.cfg_put("blog", "uwsgi_serve", "unix") - obj.cfg_put("blog", "uwsgi_unixpath", "$HOME/sockets/blog.uwsgi") + obj.cfg_put("blog", "uwsgi_unixpath", "$HOME/sockets/shop.uwsgi") obj.cfg_put("blog", "uwsgi_unixpath_mode", "660") obj.cfg_put("backoffice-all", "backend", "https://backend.{}.taler.net/".format(obj.envname))