From 52fa78b448394f1fcd2faec648c0ed3d04d4c7de Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 4 Jul 2018 00:43:24 +0200 Subject: lookahead/duration options are in [exchange], not [exchange_keys], use consistently --- src/exchange-lib/test_exchange_api_keys_cherry_picking.conf | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (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 783ea6c28..ba82c1c34 100644 --- a/src/exchange-lib/test_exchange_api_keys_cherry_picking.conf +++ b/src/exchange-lib/test_exchange_api_keys_cherry_picking.conf @@ -8,7 +8,7 @@ TALER_TEST_HOME = test_exchange_api_home/ # Currency supported by the exchange (can only be one) CURRENCY = EUR -[exchange_keys] +[exchange] # how long is one signkey valid? signkey_duration = 4 weeks @@ -16,16 +16,13 @@ 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 +# Keep it short so we can prolong later! +LOOKAHEAD_SIGN = 60 s -[exchange] # HTTP port the exchange listens to PORT = 8081 @@ -40,9 +37,6 @@ DB = postgres # exchange (or the twister) is actually listening. BASE_URL = "http://localhost:8081/" -# Keep it short so we can prolong later! -LOOKAHEAD_SIGN = 60 s - [exchangedb-postgres] CONFIG = "postgres:///talercheck" -- cgit v1.2.3