From 2d55647f2aab1feb37d5439049f6824d11cda56c Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 30 Oct 2022 17:36:57 +0100 Subject: add support for reserve open/close operations to auditor, begin to split off purse auditing logic --- src/exchangedb/bench-db-postgres.conf | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/exchangedb/bench-db-postgres.conf') diff --git a/src/exchangedb/bench-db-postgres.conf b/src/exchangedb/bench-db-postgres.conf index 837ae41e..d51cf917 100644 --- a/src/exchangedb/bench-db-postgres.conf +++ b/src/exchangedb/bench-db-postgres.conf @@ -8,3 +8,7 @@ CONFIG = postgres:///talercheck # Where are the SQL files to setup our tables? # Important: this MUST end with a "/"! SQL_DIR = $DATADIR/sql/exchange/ + +[exchangedb] +# Number of purses per account by default. +DEFAULT_PURSE_LIMIT = 1 \ No newline at end of file -- cgit v1.2.3