diff options
author | Christian Grothoff <christian@grothoff.org> | 2019-08-23 15:10:10 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2019-08-23 15:10:10 +0200 |
commit | b58410ce13169ca4f9e06a9a522e207128cdb6b7 (patch) | |
tree | d057d4447fc8ab3ba86cdf44d5cdb94a1559de19 /src/auditor/test-auditor.conf | |
parent | 33217d730fb0db2dcb568b7d10c082bb9b081d35 (diff) |
full audit generation in test
Diffstat (limited to 'src/auditor/test-auditor.conf')
-rw-r--r-- | src/auditor/test-auditor.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/auditor/test-auditor.conf b/src/auditor/test-auditor.conf index 4deb81400..781cbbce2 100644 --- a/src/auditor/test-auditor.conf +++ b/src/auditor/test-auditor.conf @@ -10,3 +10,10 @@ CONFIG = postgres:///taler-auditor-test [taler] CURRENCY = TESTKUDOS +[bank] +DATABASE = postgres:///taler-auditor-test +MAX_DEBT = TESTKUDOS:50.0 +MAX_DEBT_BANK = TESTKUDOS:0.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 |