commit 57a0fc8d1fd89944e763ad11c88f217d622ce723
parent e64fae38b998bfba92be58675445cf6a079aabbd
Author: Florian Dold <florian@dold.me>
Date: Fri, 15 Jan 2021 11:36:39 +0100
purge old LOOKAHEAD_PROVIDE option
Diffstat:
4 files changed, 2 insertions(+), 12 deletions(-)
diff --git a/src/auditor/generate-auditor-basedb.conf b/src/auditor/generate-auditor-basedb.conf
@@ -12,7 +12,6 @@ BASE_URL = http://localhost:8081/
SIGNKEY_DURATION = 4 weeks
SIGNKEY_LEGAL_DURATION = 4 weeks
LOOKAHEAD_SIGN = 32 weeks 1 day
-LOOKAHEAD_PROVIDE = 4 weeks 1 day
[merchant]
SERVE = tcp
diff --git a/src/benchmark/benchmark.conf b/src/benchmark/benchmark.conf
@@ -16,7 +16,8 @@ signkey_duration = 4 weeks
signkey_legal_duration = 2 years
# how long do we provide to clients denomination and signing keys
# ahead of time?
-lookahead_provide = 4 weeks 1 day
+# Keep it short so the test runs fast.
+lookahead_sign = 12h
# HTTP port the exchange listens to
port = 8081
# Master public key used to sign the exchange's various keys
@@ -26,8 +27,6 @@ DB = postgres
# Base URL of the exchange. Must be set to a URL where the
# exchange (or the twister) is actually listening.
base_url = "http://localhost:8081/"
-# Keep it short so the test runs fast.
-lookahead_sign = 12 h
[auditor]
BASE_URL = "http://localhost:8083/"
diff --git a/src/exchange/test_taler_exchange_httpd.conf b/src/exchange/test_taler_exchange_httpd.conf
@@ -34,10 +34,6 @@ SIGNKEY_DURATION = 4 weeks
# 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
-
# HTTP port the exchange listens to
PORT = 8081
diff --git a/src/exchange/test_taler_exchange_unix.conf b/src/exchange/test_taler_exchange_unix.conf
@@ -32,10 +32,6 @@ SIGNKEY_DURATION = 4 weeks
# 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
-
# HTTP port the exchange listens to (we want to use UNIX domain sockets,
# so we use a port that just won't work on GNU/Linux without root rights)
PORT = 999