summaryrefslogtreecommitdiff
path: root/src/exchange/test-taler-exchange-aggregator-postgres.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/exchange/test-taler-exchange-aggregator-postgres.conf')
-rw-r--r--src/exchange/test-taler-exchange-aggregator-postgres.conf14
1 files changed, 14 insertions, 0 deletions
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?