summaryrefslogtreecommitdiff
path: root/src/auditor/test-auditor.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-12-23 12:28:15 +0100
committerChristian Grothoff <christian@grothoff.org>2019-12-23 12:28:15 +0100
commita3b56975a4b4c3526340f18839909b07237ce827 (patch)
tree734cfcd4bdb4cd89077f7cc59476259dee741d30 /src/auditor/test-auditor.conf
parentd5b8089264c77f1421fafc8a2e58189413cea9cb (diff)
downloadexchange-a3b56975a4b4c3526340f18839909b07237ce827.tar.gz
exchange-a3b56975a4b4c3526340f18839909b07237ce827.tar.bz2
exchange-a3b56975a4b4c3526340f18839909b07237ce827.zip
use acceptable bank debit limit
Diffstat (limited to 'src/auditor/test-auditor.conf')
-rw-r--r--src/auditor/test-auditor.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/auditor/test-auditor.conf b/src/auditor/test-auditor.conf
index 966ee5b5d..13f385b1f 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