gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-backoffice] branch master updated: use correct WSGI


From: gnunet
Subject: [GNUnet-SVN] [taler-backoffice] branch master updated: use correct WSGI module
Date: Sat, 31 Aug 2019 17:02:25 +0200

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

dold pushed a commit to branch master
in repository backoffice.

The following commit(s) were added to refs/heads/master by this push:
     new 1f2207a  use correct WSGI module
1f2207a is described below

commit 1f2207ab0fa4ae534f08ec6bd1093c727672cc58
Author: Florian Dold <address@hidden>
AuthorDate: Sat Aug 31 17:02:22 2019 +0200

    use correct WSGI module
---
 bin/taler-merchant-backoffice | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/taler-merchant-backoffice b/bin/taler-merchant-backoffice
index 0b190d5..e3fbf0f 100755
--- a/bin/taler-merchant-backoffice
+++ b/bin/taler-merchant-backoffice
@@ -27,7 +27,7 @@ def handle_serve_http(args):
               "--die-on-term",
               "--log-format", UWSGI_LOGFMT,
               "--http", spec,
-              "--module", "talerbackoffice",
+              "--module", "talerbackoffice.backoffice.app",
               "--env", "BACKOFFICE_BACKEND=%s" % TC["backoffice-%s" % 
args.frontend]["backend"].value_string(required=True),
               "--env", "BACKOFFICE_INSTANCES=%s" % TC["backoffice-%s" % 
args.frontend]["instances"].value_string(required=True))
               
@@ -38,7 +38,7 @@ def handle_serve_uwsgi(args):
               "--master",
               "--die-on-term",
               "--log-format", UWSGI_LOGFMT,
-              "--module", "talerbackoffice",
+              "--module", "talerbackoffice.backoffice.app",
               "--env", "BACKOFFICE_BACKEND=%s" % TC["backoffice-%s" % 
args.frontend]["backend"].value_string(required=True),
               "--env", "BACKOFFICE_INSTANCES=%s" % TC["backoffice-%s" % 
args.frontend]["instances"].value_string(required=True)]
     if serve_uwsgi == "tcp":

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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