gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: config: use payto_uri also for


From: gnunet
Subject: [taler-deployment] branch master updated: config: use payto_uri also for merchant
Date: Tue, 21 Jan 2020 17:58:45 +0100

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 7731365  config: use payto_uri also for merchant
7731365 is described below

commit 7731365fd211c8de42719c67b9f20c5c03533bdc
Author: Florian Dold <address@hidden>
AuthorDate: Tue Jan 21 17:58:39 2020 +0100

    config: use payto_uri also for merchant
---
 config/generate-config | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/config/generate-config b/config/generate-config
index 422a34b..9387f86 100755
--- a/config/generate-config
+++ b/config/generate-config
@@ -247,9 +247,9 @@ def config(obj):
     obj.cfg_put("instance-Tutorial", "name", "Tutorial")
 
     if "demo" != obj.envname and obj.twisted:
-        obj.cfg_put("account-merchant", "url", 
"payto://x-taler-bank/twister-bank.taler.net/3")
+        obj.cfg_put("account-merchant", "payto_uri", 
"payto://x-taler-bank/twister-bank.taler.net/3")
     else:
-        obj.cfg_put("account-merchant", "url", 
"payto://x-taler-bank/bank.{}.taler.net/3".format(obj.envname))
+        obj.cfg_put("account-merchant", "payto_uri", 
"payto://x-taler-bank/bank.{}.taler.net/3".format(obj.envname))
 
     obj.cfg_put("merchant-account-merchant", "wire_response", 
"${TALER_DEPLOYMENT_DATA}/merchant/wire/merchant.json")
     obj.cfg_put("merchant-account-merchant", "wire_file_mode", "770")

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



reply via email to

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