gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: config generation


From: gnunet
Subject: [taler-deployment] branch master updated: config generation
Date: Fri, 24 Apr 2020 08:58:26 +0200

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

dold pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 4772b13  config generation
4772b13 is described below

commit 4772b13c7efaa9beba96c518eccce99c8f64845a
Author: Florian Dold <address@hidden>
AuthorDate: Fri Apr 24 12:28:21 2020 +0530

    config generation
---
 bin/taler-config-generate | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/bin/taler-config-generate b/bin/taler-config-generate
index d83dc14..71fd635 100755
--- a/bin/taler-config-generate
+++ b/bin/taler-config-generate
@@ -122,7 +122,6 @@ def config(obj):
     obj.cfg_put("backoffice-all", "uwsgi_unixpath", 
"$HOME/sockets/backoffice.uwsgi")
     obj.cfg_put("backoffice-all", "instances", "FSF default Tor")
 
-    obj.cfg_put("merchant", "wireformat", "test")
     obj.cfg_put("merchant", "serve", "unix")
     obj.cfg_put("merchant", "unixpath", "$HOME/sockets/merchant.http")
     obj.cfg_put("merchant", "wire_transfer_delay", "0 s")
@@ -131,13 +130,6 @@ def config(obj):
 
     obj.cfg_put("merchantdb-postgres", "config", 
"postgres:///taler{}".format(obj.envname))
 
-    if "demo" != obj.envname and obj.twisted:
-        obj.cfg_put("merchant-exchange-test", "url", 
"https://twister-exchange.wild.gv.taler.net/";)
-    else:
-        obj.cfg_put("merchant-exchange-test", "url", 
"https://exchange.{}.taler.net/".format(obj.envname))
-
-    obj.cfg_put("merchant-exchange-test", "master_key", obj.exchange_pub)
-
     obj.cfg_put("frontends", "backend_apikey", "sandbox".format(obj.envname))
 
     if "demo" != obj.envname and obj.twisted:
@@ -147,7 +139,7 @@ def config(obj):
 
     obj.cfg_put("merchant-exchange-{}".format(obj.currency), "master_key", 
obj.exchange_pub)
     obj.cfg_put("merchant-exchange-{}".format(obj.currency), "currency", 
obj.currency)
-    obj.cfg_put("merchant-exchange-{}".format(obj.currency), "base_url", 
"https://exchange.{}.taler.net/".format(obj.envname))
+    obj.cfg_put("merchant-exchange-{}".format(obj.currency), 
"exchange_base_url", "https://exchange.{}.taler.net/".format(obj.envname))
 
     obj.cfg_put("auditor", "serve", "unix")
     obj.cfg_put("auditor", "auditor_url", 
"https://auditor.{}.taler.net/service/".format(obj.envname))

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



reply via email to

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