summaryrefslogtreecommitdiff
path: root/src/exchange/test-taler-exchange-aggregator-postgres.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-09-05 10:59:03 +0200
committerChristian Grothoff <christian@grothoff.org>2019-09-05 10:59:03 +0200
commit997b40e7052474b6e7b6924291bb7c7b120c2690 (patch)
tree76186f7fe880de1096f9d3ab06258f57ba763855 /src/exchange/test-taler-exchange-aggregator-postgres.conf
parent8e9ce98661ed402ec4e037b4812feec893c151be (diff)
downloadexchange-997b40e7052474b6e7b6924291bb7c7b120c2690.tar.gz
exchange-997b40e7052474b6e7b6924291bb7c7b120c2690.tar.bz2
exchange-997b40e7052474b6e7b6924291bb7c7b120c2690.zip
fix tests
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?