summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMS <ms@taler.net>2020-07-27 23:22:53 +0200
committerMS <ms@taler.net>2020-07-27 23:22:53 +0200
commitd7171e1811781c92e0ff8e99013e6a5097a73594 (patch)
tree4897a5241deea42f2d426b22dce7b55123589afb
parentfbfa049e31d816011f243fbb96ab372df1d386a3 (diff)
downloaddeployment-d7171e1811781c92e0ff8e99013e6a5097a73594.tar.gz
deployment-d7171e1811781c92e0ff8e99013e6a5097a73594.tar.bz2
deployment-d7171e1811781c92e0ff8e99013e6a5097a73594.zip
Increase debt threshold: allow Survey to top reserve.
-rwxr-xr-xbin/taler-config-generate2
-rwxr-xr-xbin/taler-config-tips2
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} \