summaryrefslogtreecommitdiff
path: root/src/exchange-lib/test_exchange_api_keys_cherry_picking.conf
diff options
context:
space:
mode:
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"