gnunet-svn
[Top][All Lists]
Advanced

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

[taler-taler-merchant-demos] branch master updated: exit if Web app has


From: gnunet
Subject: [taler-taler-merchant-demos] branch master updated: exit if Web app has configuration error
Date: Tue, 25 Aug 2020 14:45:56 +0200

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

dold pushed a commit to branch master
in repository taler-merchant-demos.

The following commit(s) were added to refs/heads/master by this push:
     new 30bad63  exit if Web app has configuration error
30bad63 is described below

commit 30bad63dacae699e5256fd6d6e27a968ad6cce30
Author: Florian Dold <florian.dold@gmail.com>
AuthorDate: Tue Aug 25 18:15:32 2020 +0530

    exit if Web app has configuration error
---
 bin/taler-merchant-demos | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/bin/taler-merchant-demos b/bin/taler-merchant-demos
index de8fe21..cf56d81 100755
--- a/bin/taler-merchant-demos
+++ b/bin/taler-merchant-demos
@@ -47,6 +47,7 @@ def handle_serve_uwsgi(config, whichShop):
               "--die-on-term",
               "--log-format", UWSGI_LOGFMT,
               "--module", "talermerchantdemos.{}:app".format(whichShop),
+              "--need-app",
               "--cache2", "name=paid_articles,items=500"]
     if serve_uwsgi == "tcp":
         port = config[whichShop]["uwsgi_port"].value_int(required=True)
@@ -75,6 +76,7 @@ def handle_serve_http(config, whichShop, port=None):
               "--die-on-term",
               "--log-format", UWSGI_LOGFMT,
               "--http", spec,
+              "--need-app",
               "--module", "talermerchantdemos.{}:app".format(whichShop))
 
 @click.command("Global shop launcher")

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