gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: Increase debt threshold: allow


From: gnunet
Subject: [taler-deployment] branch master updated: Increase debt threshold: allow Survey to top reserve.
Date: Mon, 27 Jul 2020 23:23:24 +0200

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

ms pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new d7171e1  Increase debt threshold: allow Survey to top reserve.
d7171e1 is described below

commit d7171e1811781c92e0ff8e99013e6a5097a73594
Author: MS <ms@taler.net>
AuthorDate: Mon Jul 27 23:22:53 2020 +0200

    Increase debt threshold: allow Survey to top reserve.
---
 bin/taler-config-generate | 2 +-
 bin/taler-config-tips     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/taler-config-generate b/bin/taler-config-generate
index d01c81e..f4cf486 100755
--- a/bin/taler-config-generate
+++ b/bin/taler-config-generate
@@ -88,7 +88,7 @@ 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:0.0" % obj.currency)
+    obj.cfg_put("bank", "max_debt", "%s:500.0" % obj.currency)
     obj.cfg_put("bank", "max_debt_bank", "%s:1000000000.0" % obj.currency)
     obj.cfg_put("bank", "allow_registrations", "YES")
     obj.cfg_put("bank", "base_url", 
"https://bank.{}.taler.net/".format(obj.envname))
diff --git a/bin/taler-config-tips b/bin/taler-config-tips
index ceacf70..f24866f 100755
--- a/bin/taler-config-tips
+++ b/bin/taler-config-tips
@@ -11,7 +11,7 @@ APIKEY=$(taler-config -s frontends -o backend_apikey)
 
 # Call merchant tool for reserve authorization.
 PAYTO_WITH_SUBJECT=$(taler-merchant-setup-reserve \
-  --amount="${CURRENCY}:50" \
+  --amount="${CURRENCY}:20" \
   --exchange-url=${EXCHANGE_URL} \
   --merchant-url="${MERCHANT_URL}/instances/survey/" \
   --wire-method=${WIRE_METHOD} \

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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