diff options
Diffstat (limited to 'src/exchange/test-taler-exchange-aggregator-postgres.conf')
-rw-r--r-- | src/exchange/test-taler-exchange-aggregator-postgres.conf | 14 |
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 | |||
35 | CONFIG = postgres:///talercheck | 35 | CONFIG = postgres:///talercheck |
36 | 36 | ||
37 | 37 | ||
38 | [exchangedb] | ||
39 | |||
40 | # After how long do we close idle reserves? The exchange | ||
41 | # and the auditor must agree on this value. We currently | ||
42 | # expect it to be globally defined for the whole system, | ||
43 | # as there is no way for wallets to query this value. Thus, | ||
44 | # it is only configurable for testing, and should be treated | ||
45 | # as constant in production. | ||
46 | IDLE_RESERVE_EXPIRATION_TIME = 4 weeks | ||
47 | |||
48 | # After how long do we forget about reserves? Should be above | ||
49 | # the legal expiration timeframe of withdrawn coins. | ||
50 | LEGAL_RESERVE_EXPIRATION_TIME = 7 years | ||
51 | |||
38 | [account-1] | 52 | [account-1] |
39 | 53 | ||
40 | # What is the account URL? | 54 | # What is the account URL? |