gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: use acceptable bank debit limit


From: gnunet
Subject: [taler-exchange] branch master updated: use acceptable bank debit limit
Date: Mon, 23 Dec 2019 12:28:17 +0100

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

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new a3b56975 use acceptable bank debit limit
a3b56975 is described below

commit a3b56975a4b4c3526340f18839909b07237ce827
Author: Christian Grothoff <address@hidden>
AuthorDate: Mon Dec 23 12:28:15 2019 +0100

    use acceptable bank debit limit
---
 contrib/taler-bank-manage-testing        | 1 +
 src/auditor/generate-auditor-basedb.conf | 2 +-
 src/auditor/test-auditor.conf            | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/contrib/taler-bank-manage-testing 
b/contrib/taler-bank-manage-testing
index 64bc66a6..0002001f 100755
--- a/contrib/taler-bank-manage-testing
+++ b/contrib/taler-bank-manage-testing
@@ -20,6 +20,7 @@ 
PW_HASH='pbkdf2_sha256$180000$RBYjEO0WzE1z$x2Avt35TkOL2pMHvts3B1U1NIJalXZf95WnJh
 # hack password hash directly into the database:
 echo "UPDATE auth_user SET password='$PW_HASH'" | psql -Aqt $2
 
+
 # Note that calling
 # taler-bank-manage -c $1 --with-db $2 django changepassword Bank x
 # does not work: (1) it always insists on going interactive, and (2)
diff --git a/src/auditor/generate-auditor-basedb.conf 
b/src/auditor/generate-auditor-basedb.conf
index 519190e9..0799a6d3 100644
--- a/src/auditor/generate-auditor-basedb.conf
+++ b/src/auditor/generate-auditor-basedb.conf
@@ -56,7 +56,7 @@ TALER_RUNTIME_DIR = 
${TMPDIR:-${TMP:-/tmp}}/taler-system-runtime/
 [bank]
 DATABASE = postgres:///taler-auditor-basedb
 MAX_DEBT = TESTKUDOS:50.0
-MAX_DEBT_BANK = TESTKUDOS:0.0
+MAX_DEBT_BANK = TESTKUDOS:100000.0
 HTTP_PORT = 8082
 SUGGESTED_EXCHANGE = http://localhost:8081/
 SUGGESTED_EXCHANGE_PAYTO = payto://x-taler-bank/localhost:8082/2
diff --git a/src/auditor/test-auditor.conf b/src/auditor/test-auditor.conf
index 966ee5b5..13f385b1 100644
--- a/src/auditor/test-auditor.conf
+++ b/src/auditor/test-auditor.conf
@@ -27,7 +27,7 @@ CURRENCY = TESTKUDOS
 [bank]
 DATABASE = postgres:///taler-auditor-test
 MAX_DEBT = TESTKUDOS:50.0
-MAX_DEBT_BANK = TESTKUDOS:0.0
+MAX_DEBT_BANK = TESTKUDOS:100000.0
 HTTP_PORT = 8082
 SUGGESTED_EXCHANGE = http://localhost:8081/
 SUGGESTED_EXCHANGE_PAYTO = payto://x-taler-bank/localhost:8082/2
\ No newline at end of file

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



reply via email to

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