From 997b40e7052474b6e7b6924291bb7c7b120c2690 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 5 Sep 2019 10:59:03 +0200 Subject: fix tests --- src/exchange/test-taler-exchange-aggregator-postgres.conf | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'src/exchange/test-taler-exchange-aggregator-postgres.conf') diff --git a/src/exchange/test-taler-exchange-aggregator-postgres.conf b/src/exchange/test-taler-exchange-aggregator-postgres.conf index c2c8aef1d..b6c18fd5b 100644 --- a/src/exchange/test-taler-exchange-aggregator-postgres.conf +++ b/src/exchange/test-taler-exchange-aggregator-postgres.conf @@ -35,6 +35,20 @@ IDLE_RESERVE_EXPIRATION_TIME = 4 weeks CONFIG = postgres:///talercheck +[exchangedb] + +# After how long do we close idle reserves? The exchange +# and the auditor must agree on this value. We currently +# expect it to be globally defined for the whole system, +# as there is no way for wallets to query this value. Thus, +# it is only configurable for testing, and should be treated +# as constant in production. +IDLE_RESERVE_EXPIRATION_TIME = 4 weeks + +# After how long do we forget about reserves? Should be above +# the legal expiration timeframe of withdrawn coins. +LEGAL_RESERVE_EXPIRATION_TIME = 7 years + [account-1] # What is the account URL? -- cgit v1.2.3