gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-deployment] 01/04: Backoffice config.


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] 01/04: Backoffice config.
Date: Fri, 08 Jun 2018 11:10:34 +0200

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

marcello pushed a commit to branch master
in repository deployment.

commit a2f79f8167b50b6835585f2ef0bce38f219638fe
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri Jun 8 11:03:18 2018 +0200

    Backoffice config.
---
 config/generate-config | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/config/generate-config b/config/generate-config
index 48bcaab..67e2011 100755
--- a/config/generate-config
+++ b/config/generate-config
@@ -87,11 +87,15 @@ def config(currency, envname, exchange_pub, standalone):
     cfg_put("playground", "uwsgi_unixpath_mode", "660")
 
     if standalone:
-        cfg_put("backoffice-blog", "backend", 
"https://env.taler.net/{}/merchant-backend/".format(envname))
-        cfg_put("backoffice-donations", "backend", 
"https://env.taler.net/{}/merchant-backend/".format(envname))
+        cfg_put("backoffice-all", "backend", 
"https://env.taler.net/{}/merchant-backend/".format(envname))
     else:
-        cfg_put("backoffice-blog", "backend", 
"https://backend.{}.taler.net/".format(envname))
-        cfg_put("backoffice-donations", "backend", 
"https://backend.{}.taler.net/".format(envname))
+        cfg_put("backoffice-all", "backend", 
"https://backend.{}.taler.net/".format(envname))
+    
+    # Keep only one back-office service for all instances, for simplicity.
+    cfg_put("backoffice-all", "uwsgi_serve", "unix")
+    cfg_put("backoffice-all", "uwsgi_unixpath_mode", "660")
+    cfg_put("backoffice-all", "uwsgi_unixpath", 
"$HOME/sockets/backoffice.uwsgi")
+    cfg_put("backoffice-all", "instances", "FSF default Tor")
 
     cfg_put("merchant", "wireformat", "test")
     cfg_put("merchant", "serve", "unix")

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



reply via email to

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