gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: increase bank debt limit for t


From: gnunet
Subject: [taler-deployment] branch master updated: increase bank debt limit for testing
Date: Thu, 19 Dec 2019 20:13:34 +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 75ffbe7  increase bank debt limit for testing
75ffbe7 is described below

commit 75ffbe7616c30754533c6930b176dab68d019ce8
Author: Florian Dold <address@hidden>
AuthorDate: Thu Dec 19 20:13:30 2019 +0100

    increase bank debt limit for testing
---
 config/generate-config | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/config/generate-config b/config/generate-config
index 832638d..76fa8b2 100755
--- a/config/generate-config
+++ b/config/generate-config
@@ -88,8 +88,8 @@ def config(obj):
     obj.cfg_put("bank", "uwsgi_unixpath", "$HOME/sockets/bank.uwsgi")
     obj.cfg_put("bank", "uwsgi_unixpath_mode", "660")
     obj.cfg_put("bank", "database", "taler"+obj.envname)
-    obj.cfg_put("bank", "max_debt", "%s:20.0" % obj.currency)
-    obj.cfg_put("bank", "max_debt_bank", "%s:0.0" % obj.currency)
+    obj.cfg_put("bank", "max_debt", "%s:0.0" % obj.currency)
+    obj.cfg_put("bank", "max_debt_bank", "%s:1000000000.0" % obj.currency)
 
 
     obj.cfg_put("bank", "database", "postgres:///taler{}".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]