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_httpd.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/exchange/test_taler_exchange_httpd.conf') diff --git a/src/exchange/test_taler_exchange_httpd.conf b/src/exchange/test_taler_exchange_httpd.conf index 945031dd1..5f282713b 100644 --- a/src/exchange/test_taler_exchange_httpd.conf +++ b/src/exchange/test_taler_exchange_httpd.conf @@ -19,6 +19,16 @@ MASTER_PUBLIC_KEY = 98NJW3CQHZQGQXTY3K85K531XKPAPAVV4Q5V8PYYRR00NJGZWNVG DB = postgres +[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] DB_CONN_STR = "postgres:///talercheck" -- cgit v1.2.3