From 27c921c7c45f8ea8fed5c945a9e0ae0cfcc1c8e9 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 20 Apr 2017 21:38:02 +0200 Subject: finished implementing #4956 in principle, but not yet tested --- src/exchange/test-taler-exchange-aggregator-postgres.conf | 9 +++++++++ 1 file changed, 9 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 a5ee91aa9..00736e44d 100644 --- a/src/exchange/test-taler-exchange-aggregator-postgres.conf +++ b/src/exchange/test-taler-exchange-aggregator-postgres.conf @@ -19,6 +19,15 @@ MASTER_PUBLIC_KEY = 98NJW3CQHZQGQXTY3K85K531XKPAPAVV4Q5V8PYYRR00NJGZWNVG # Expected base URL of the exchange. BASE_URL = "https://exchange.taler.net/" +[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 + [exchangedb-postgres] #The connection string the plugin has to use for connecting to the database -- cgit v1.2.3