gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-deployment] branch master updated: deploy landing


From: gnunet
Subject: [taler-deployment] branch master updated: deploy landing
Date: Mon, 12 Oct 2020 15:16:17 +0200

This is an automated email from the git hooks/post-receive script.

ms pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new d46f704  deploy landing
d46f704 is described below

commit d46f704400cb8654936bcb7a9b7ebb056800ba5e
Author: MS <ms@taler.net>
AuthorDate: Mon Oct 12 15:15:25 2020 +0200

    deploy landing
---
 bin/taler-config-generate | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/bin/taler-config-generate b/bin/taler-config-generate
index cb25995..ad35014 100755
--- a/bin/taler-config-generate
+++ b/bin/taler-config-generate
@@ -92,6 +92,11 @@ def config(obj):
     obj.cfg_put("donations", "uwsgi_unixpath", "$HOME/sockets/donations.uwsgi")
     obj.cfg_put("donations", "uwsgi_unixpath_mode", "660")
 
+    obj.cfg_put("landing", "serve", "uwsgi")
+    obj.cfg_put("landing", "uwsgi_serve", "unix")
+    obj.cfg_put("landing", "uwsgi_unixpath", "$HOME/sockets/landing.uwsgi")
+    obj.cfg_put("landing", "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")

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]