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: Wiring the twiste


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: Wiring the twisted services to their users.
Date: Tue, 11 Jun 2019 17:27:22 +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 3cbd72f  Wiring the twisted services to their users.
3cbd72f is described below

commit 3cbd72fb610accca3d323aff4634dfb363cb2630
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue Jun 11 17:27:00 2019 +0200

    Wiring the twisted services to their users.
---
 config/generate-config | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/config/generate-config b/config/generate-config
index 5bb06b9..0d530a3 100755
--- a/config/generate-config
+++ b/config/generate-config
@@ -144,7 +144,7 @@ def config(obj):
     if obj.standalone:
         obj.cfg_put("merchant-exchange-test", "url", 
"https://env.taler.net/{}/exchange/".format(obj.envname))
     else:
-        obj.cfg_put("merchant-exchange-test", "url", 
"https://exchange.{}.taler.net/".format(obj.envname))
+        obj.cfg_put("merchant-exchange-test", "url", 
"https://twister-exchange.wild.gv.taler.net/";)
 
     obj.cfg_put("merchant-exchange-test", "master_key", obj.exchange_pub)
 
@@ -198,7 +198,7 @@ def config(obj):
     if obj.standalone:
         obj.cfg_put("account-1", "url", 
"payto://x-taler-bank/env.taler.net/{}/bank/2".format(obj.envname))
     else:
-        obj.cfg_put("account-1", "url", 
"payto://x-taler-bank/bank.{}.taler.net/2".format(obj.envname))
+        obj.cfg_put("account-1", "url", 
"payto://x-taler-bank/twister-bank.wild.gv.taler.net/2")
 
     obj.cfg_put("account-1", "wire_response", 
"${TALER_DEPLOYMENT_SHARED}/exchange/wire/test.json")
     obj.cfg_put("account-1", "plugin", "taler_bank")
@@ -266,7 +266,7 @@ def config(obj):
     if obj.standalone:
         obj.cfg_put("account-merchant", "url", 
"payto://x-taler-bank/env.taler.net/{}/bank/{}".format(obj.envname, "3"))
     else:
-        obj.cfg_put("account-merchant", "url", 
"payto://x-taler-bank/bank.{}.taler.net/{}".format(obj.envname, "3"))
+        obj.cfg_put("account-merchant", "url", 
"payto://x-taler-bank/twister-bank.taler.net/3")
 
     obj.cfg_put("account-merchant", "plugin", "taler_bank")
     obj.cfg_put("account-merchant", "taler_bank_auth_method", "basic")

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



reply via email to

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