gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-backoffice] tag demo-2019-08-31-00 updated (1f2207a


From: gnunet
Subject: [GNUnet-SVN] [taler-backoffice] tag demo-2019-08-31-00 updated (1f2207a -> 44dec0d)
Date: Sat, 31 Aug 2019 17:04:56 +0200

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

dold pushed a change to tag demo-2019-08-31-00
in repository backoffice.

*** WARNING: tag demo-2019-08-31-00 was modified! ***

    from 1f2207a  (commit)
      to 44dec0d  (commit)
    from 1f2207a  use correct WSGI module
     add 44dec0d  typo

No new revisions were added by this update.

Summary of changes:
 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 e3fbf0f..33fa99d 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.backoffice.app",
+              "--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.backoffice.app",
+              "--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]