gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-deployment] branch master updated: Configuring the T


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: Configuring the Twister.
Date: Fri, 07 Jun 2019 12:21:21 +0200

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

marcello pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new e5ebaa6  Configuring the Twister.
e5ebaa6 is described below

commit e5ebaa6a960488087750481f0349e3886b36b6ba
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri Jun 7 12:21:06 2019 +0200

    Configuring the Twister.
---
 config/generate-config | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/config/generate-config b/config/generate-config
index 715823a..031b6f8 100755
--- a/config/generate-config
+++ b/config/generate-config
@@ -48,6 +48,16 @@ def config(currency, envname, exchange_pub, standalone):
     cfg_put("paths", "TALER_DEPLOYMENT_SHARED", "${HOME}/shared-data")
     cfg_put("taler", "CURRENCY", currency)
 
+    # Twisting the merchant backend responses.
+    if "test" == envname:
+        cfg_put("twister", "serve", "unix")
+        cfg_put("twister", "destination_base_url", 
"https://backend.test.taler.net/";)
+        cfg_put("twister", "serve_unixpath", "${HOME}/sockets/twister.http")
+        cfg_put("twister", "serve_unixmode", "660")
+        cfg_put("twister", "unixpath", "${HOME}/sockets/twister-control.sock")
+        cfg_put("twister", "unix_match_uid", "no")
+        cfg_put("twister", "unix_match_gid", "yes")
+
     cfg_put("bank", "serve", "uwsgi")
     cfg_put("bank", "uwsgi_serve", "unix")
     cfg_put("bank", "uwsgi_unixpath", "$HOME/sockets/bank.uwsgi")

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



reply via email to

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