summaryrefslogtreecommitdiff
path: root/src/exchange-lib/test_exchange_api_keys_cherry_picking.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-07-04 00:43:24 +0200
committerChristian Grothoff <christian@grothoff.org>2018-07-04 00:43:24 +0200
commit52fa78b448394f1fcd2faec648c0ed3d04d4c7de (patch)
tree7230cf30b063784e5f1421e917507adc0d6d6355 /src/exchange-lib/test_exchange_api_keys_cherry_picking.conf
parentbc5d9b492f609ac08573052288d0503b6d044cb5 (diff)
downloadexchange-52fa78b448394f1fcd2faec648c0ed3d04d4c7de.tar.gz
exchange-52fa78b448394f1fcd2faec648c0ed3d04d4c7de.tar.bz2
exchange-52fa78b448394f1fcd2faec648c0ed3d04d4c7de.zip
lookahead/duration options are in [exchange], not [exchange_keys], use consistently
Diffstat (limited to 'src/exchange-lib/test_exchange_api_keys_cherry_picking.conf')
-rw-r--r--src/exchange-lib/test_exchange_api_keys_cherry_picking.conf12
1 files changed, 3 insertions, 9 deletions
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"