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: Hijack test shop


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: Hijack test shop to the twister.
Date: Fri, 07 Jun 2019 15:04:02 +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 46ed90c  Hijack test shop to the twister.
46ed90c is described below

commit 46ed90c541d53b78871bb3d557c3d137432018a6
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri Jun 7 15:03:42 2019 +0200

    Hijack test shop to the twister.
---
 config/generate-config | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/config/generate-config b/config/generate-config
index 031b6f8..a714c11 100755
--- a/config/generate-config
+++ b/config/generate-config
@@ -132,7 +132,11 @@ def config(currency, envname, exchange_pub, standalone):
     if standalone:
         cfg_put("frontends", "backend", 
"https://env.taler.net/{}/merchant-backend/".format(envname))
     else:
-        cfg_put("frontends", "backend", 
"https://backend.{}.taler.net/".format(envname))
+        if "test" == envname:
+            cfg_put("frontends", "backend", 
"https://twister-backend.wild.gv.taler.net/";)
+        else:
+            assert ("demo" == envname)
+            cfg_put("frontends", "backend", 
"https://backend.{}.taler.net/".format(envname))
 
     cfg_put("exchange-{}".format(currency), "master_key", exchange_pub)
     cfg_put("exchange-{}".format(currency), "currency", currency)

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



reply via email to

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