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: Config.


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: Config.
Date: Fri, 28 Jun 2019 17:04:40 +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 9121628  Config.
9121628 is described below

commit 9121628ec74a570d9ca2eb78465b471ed84787ba
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri Jun 28 17:02:43 2019 +0200

    Config.
    
    Bank now keeps the suggested exchange wire details
    (payto) into the configuration.  Helps avoiding one
    more HTTP request when headlessly withdrawing.
---
 config/generate-config | 1 +
 1 file changed, 1 insertion(+)

diff --git a/config/generate-config b/config/generate-config
index 9854a3d..4970d21 100755
--- a/config/generate-config
+++ b/config/generate-config
@@ -88,6 +88,7 @@ def config(obj):
 
     obj.cfg_put("bank", "database", "postgres:///taler{}".format(obj.envname))
     obj.cfg_put("bank", "suggested_exchange", 
"https://exchange.{}.taler.net/".format(obj.envname))
+    obj.cfg_put("bank", "suggested_exchange_payto", 
"payto://x-taler-bank/bank.{}.taler.net/2".format(obj.envname))
 
 
     obj.cfg_put("bank-admin", "uwsgi_serve", "unix")

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



reply via email to

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