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/exchangedb-postgres.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/exchangedb/exchangedb-postgres.conf') diff --git a/src/exchangedb/exchangedb-postgres.conf b/src/exchangedb/exchangedb-postgres.conf index 7d600586f..e481940ce 100644 --- a/src/exchangedb/exchangedb-postgres.conf +++ b/src/exchangedb/exchangedb-postgres.conf @@ -4,3 +4,6 @@ CONFIG = "postgres:///taler" # Where are the SQL files to setup our tables? # Important: this MUST end with a "/"! SQL_DIR = $DATADIR/sql/exchange/ + +# Number of purses per account by default. +DEFAULT_PURSE_LIMIT = 1 \ No newline at end of file -- cgit v1.2.3