aboutsummaryrefslogtreecommitdiff
path: root/src/auditor/revoke-basedb.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-09-13 12:19:02 +0200
committerChristian Grothoff <christian@grothoff.org>2022-09-13 12:20:10 +0200
commitfed7102ad5e24382c1ceed089e92498098084075 (patch)
treeccb0de9506ac548d5ad979105b7d64efa7046c2a /src/auditor/revoke-basedb.conf
parent0a618f77cd6d9dca248877e7f51409e8c420891a (diff)
downloadexchange-fed7102ad5e24382c1ceed089e92498098084075.tar.xz
-fix test-auditor.sh
Diffstat (limited to 'src/auditor/revoke-basedb.conf')
-rw-r--r--src/auditor/revoke-basedb.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/auditor/revoke-basedb.conf b/src/auditor/revoke-basedb.conf
index ebe5087d2..eaa8a472f 100644
--- a/src/auditor/revoke-basedb.conf
+++ b/src/auditor/revoke-basedb.conf
@@ -18,17 +18,17 @@ PASSWORD = x
WIREFEE_BASE_DIR = ${PWD}/wirefees/
[auditordb-postgres]
-CONFIG = postgres:///taler-auditor-test
+CONFIG = postgres:///revoke-basedb
[exchangedb-postgres]
-CONFIG = postgres:///taler-auditor-test
+CONFIG = postgres:///revoke-basedb
[taler]
CURRENCY = TESTKUDOS
CURRENCY_ROUND_UNIT = TESTKUDOS:0.01
[bank]
-DATABASE = postgres:///taler-auditor-test
+DATABASE = postgres:///revoke-basedb
MAX_DEBT = TESTKUDOS:50.0
MAX_DEBT_BANK = TESTKUDOS:100000.0
HTTP_PORT = 8082