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: rename uwsgi hand


From: gnunet
Subject: [GNUnet-SVN] [taler-backoffice] branch master updated: rename uwsgi handle
Date: Fri, 05 Jan 2018 12:26:48 +0100

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

marcello pushed a commit to branch master
in repository backoffice.

The following commit(s) were added to refs/heads/master by this push:
     new 8a3bc7b  rename uwsgi handle
8a3bc7b is described below

commit 8a3bc7b1fcbb257f31ad988f0587699ff2ec995b
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri Jan 5 12:26:36 2018 +0100

    rename uwsgi handle
---
 taler-merchant-backoffice.in | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/taler-merchant-backoffice.in b/taler-merchant-backoffice.in
index 976c5f2..2d6ec73 100644
--- a/taler-merchant-backoffice.in
+++ b/taler-merchant-backoffice.in
@@ -1,7 +1,7 @@
 #!/usr/bin/env python3
 
 """
-Stand-alone script to manage the GNU Taler blog frontend.
+Stand-alone script to manage the GNU Taler backoffice.
 """
 
 import logging
@@ -34,7 +34,7 @@ def handle_serve_http(args):
               "--die-on-term",
               "--log-format", UWSGI_LOGFMT,
               "--http", spec,
-              "--wsgi-file", "@prefix@/share/taler/frontend-blog.wsgi")
+              "--wsgi-file", "@prefix@/share/taler/backoffice.wsgi")
 
 def handle_serve_uwsgi(args):
     del args # pacify PEP checkers
@@ -43,7 +43,7 @@ def handle_serve_uwsgi(args):
               "--master",
               "--die-on-term",
               "--log-format", UWSGI_LOGFMT,
-              "--wsgi-file", "@prefix@/share/taler/frontend-blog.wsgi"]
+              "--wsgi-file", "@prefix@/share/taler/backoffice.wsgi"]
     if serve_uwsgi == "tcp":
         port = TC["backoffice-%s" 
args.frontend]["uwsgi_port"].value_int(required=True)
         spec = ":%d" % (port,)

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



reply via email to

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