aboutsummaryrefslogtreecommitdiff
path: root/src/auditor/generate-auditor-basedb.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2024-03-23 14:01:04 +0100
committerChristian Grothoff <christian@grothoff.org>2024-03-23 14:01:04 +0100
commit78e568ea0cd3b1e9cf26852ed3a80e0283a7cc1f (patch)
tree0565c839b59cc55f879ccea8c9e34d907687aefc /src/auditor/generate-auditor-basedb.conf
parent921d4efd4c94e6398a142c6910a7da4c770480ba (diff)
downloadexchange-78e568ea0cd3b1e9cf26852ed3a80e0283a7cc1f.tar.xz
fix configuration files of test-auditor
Diffstat (limited to 'src/auditor/generate-auditor-basedb.conf')
-rw-r--r--src/auditor/generate-auditor-basedb.conf17
1 files changed, 16 insertions, 1 deletions
diff --git a/src/auditor/generate-auditor-basedb.conf b/src/auditor/generate-auditor-basedb.conf
index bcdc31860..233cfbe7c 100644
--- a/src/auditor/generate-auditor-basedb.conf
+++ b/src/auditor/generate-auditor-basedb.conf
@@ -24,6 +24,21 @@ LEGAL_RESERVE_EXPIRATION_TIME = 4 weeks
AGGREGATOR_SHIFT = 1 s
DEFAULT_PURSE_LIMIT = 1
+[libeufin-bank]
+CURRENCY = TESTKUDOS
+DEFAULT_CUSTOMER_DEBT_LIMIT = TESTKUDOS:200
+DEFAULT_ADMIN_DEBT_LIMIT = TESTKUDOS:2000
+REGISTRATION_BONUS_ENABLED = yes
+REGISTRATION_BONUS = TESTKUDOS:100
+SUGGESTED_WITHDRAWAL_EXCHANGE = http://localhost:8081/
+WIRE_TYPE = iban
+IBAN_PAYTO_BIC = SANDBOXX
+SERVE = tcp
+PORT = 8082
+
+[libeufin-bankdb-postgres]
+CONFIG = postgresql:///auditor-basedb
+
[exchangedb-postgres]
CONFIG = postgres:///auditor-basedb
SQL_DIR = $DATADIR/sql/exchange/
@@ -91,7 +106,7 @@ REGISTRATION_BONUS_ENABLED = yes
REGISTRATION_BONUS = TESTKUDOS:100
SUGGESTED_WITHDRAWAL_EXCHANGE = http://localhost:8081/
SERVE = tcp
-PORT = 8082
+PORT = 8082
[auditor]
BASE_URL = http://localhost:8083/