From 0c2851b88b804b4191d929a63b3746d9747fac26 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Mon, 7 May 2018 12:44:36 +0200 Subject: make test config files more autocomplete. --- .../test_exchange_api_keys_cherry_picking.conf | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'src/exchange-lib/test_exchange_api_keys_cherry_picking.conf') diff --git a/src/exchange-lib/test_exchange_api_keys_cherry_picking.conf b/src/exchange-lib/test_exchange_api_keys_cherry_picking.conf index 7193bf11e..783ea6c28 100644 --- a/src/exchange-lib/test_exchange_api_keys_cherry_picking.conf +++ b/src/exchange-lib/test_exchange_api_keys_cherry_picking.conf @@ -8,6 +8,23 @@ TALER_TEST_HOME = test_exchange_api_home/ # Currency supported by the exchange (can only be one) CURRENCY = EUR +[exchange_keys] + +# how long is one signkey valid? +signkey_duration = 4 weeks + +# how long are the signatures with the signkey valid? +legal_duration = 2 years + +# how long do we generate denomination and signing keys +# ahead of time? +lookahead_sign = 32 weeks 1 day + +# how long do we provide to clients denomination and signing keys +# ahead of time? +lookahead_provide = 4 weeks 1 day + + [exchange] # HTTP port the exchange listens to -- cgit v1.2.3