gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: taler-local


From: gnunet
Subject: [taler-deployment] branch master updated: taler-local
Date: Mon, 15 Nov 2021 21:49:40 +0100

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 db936af  taler-local
db936af is described below

commit db936aff2ab5da5a916b08ef68b07c55939d309f
Author: ms <ms@taler.net>
AuthorDate: Mon Nov 15 21:45:33 2021 +0100

    taler-local
    
    Serve demo applications via HTTP + Unix domain sockets.
    (Because the minimal HTTP proxy does not speak UWSGI)
---
 bin/WIP/taler-local | 34 +++++++++++++++++-----------------
 1 file changed, 17 insertions(+), 17 deletions(-)

diff --git a/bin/WIP/taler-local b/bin/WIP/taler-local
index bbb6abd..2db212b 100755
--- a/bin/WIP/taler-local
+++ b/bin/WIP/taler-local
@@ -960,25 +960,25 @@ def prepare():
         obj.cfg_put("bank", "database", "postgres:///taler")
         obj.cfg_put("bank", "suggested_exchange", rev_proxy_url + "/exchange/")
     
-        obj.cfg_put("donations", "serve", "uwsgi")
-        obj.cfg_put("donations", "uwsgi_serve", "unix")
-        obj.cfg_put("donations", "uwsgi_unixpath", str(unix_sockets_dir / 
"donations.sock"))
-        obj.cfg_put("donations", "uwsgi_unixpath_mode", "660")
+        obj.cfg_put("donations", "serve", "http")
+        obj.cfg_put("donations", "http_serve", "unix")
+        obj.cfg_put("donations", "http_unixpath", str(unix_sockets_dir / 
"donations.sock"))
+        obj.cfg_put("donations", "http_unixpath_mode", "660")
     
-        obj.cfg_put("landing", "serve", "uwsgi")
-        obj.cfg_put("landing", "uwsgi_serve", "unix")
-        obj.cfg_put("landing", "uwsgi_unixpath", str(unix_sockets_dir / 
"landing.sock"))
-        obj.cfg_put("landing", "uwsgi_unixpath_mode", "660")
+        obj.cfg_put("landing", "serve", "http")
+        obj.cfg_put("landing", "http_serve", "unix")
+        obj.cfg_put("landing", "http_unixpath", str(unix_sockets_dir / 
"landing.sock"))
+        obj.cfg_put("landing", "http_unixpath_mode", "660")
     
-        obj.cfg_put("blog", "serve", "uwsgi")
-        obj.cfg_put("blog", "uwsgi_serve", "unix")
-        obj.cfg_put("blog", "uwsgi_unixpath", str(unix_sockets_dir / 
"blog.sock"))
-        obj.cfg_put("blog", "uwsgi_unixpath_mode", "660")
+        obj.cfg_put("blog", "serve", "http")
+        obj.cfg_put("blog", "http_serve", "unix")
+        obj.cfg_put("blog", "http_unixpath", str(unix_sockets_dir / 
"blog.sock"))
+        obj.cfg_put("blog", "http_unixpath_mode", "660")
     
-        obj.cfg_put("survey", "serve", "uwsgi")
-        obj.cfg_put("survey", "uwsgi_serve", "unix")
-        obj.cfg_put("survey", "uwsgi_unixpath", str(unix_sockets_dir / 
"survey.sock"))
-        obj.cfg_put("survey", "uwsgi_unixpath_mode", "660")
+        obj.cfg_put("survey", "serve", "http")
+        obj.cfg_put("survey", "http_serve", "unix")
+        obj.cfg_put("survey", "http_unixpath", str(unix_sockets_dir / 
"survey.sock"))
+        obj.cfg_put("survey", "http_unixpath_mode", "660")
         obj.cfg_put("survey", "bank_password", "x")
     
         obj.cfg_put("merchant", "serve", "unix")
@@ -1730,7 +1730,7 @@ def launch():
     rev_proxy.run(
         host=netloc_parts[0],
         port=netloc_parts[1],
-        debug=False
+        debug=True
     )
     # Stop with CTRL+C
     print_nn("Stopping the services...")

-- 
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]