diff options
author | Florian Dold <florian@dold.me> | 2021-01-15 11:36:39 +0100 |
---|---|---|
committer | Florian Dold <florian@dold.me> | 2021-01-15 11:36:45 +0100 |
commit | 57a0fc8d1fd89944e763ad11c88f217d622ce723 (patch) | |
tree | ea20f84974b2a42153945501565473b80419983e /src | |
parent | e64fae38b998bfba92be58675445cf6a079aabbd (diff) |
purge old LOOKAHEAD_PROVIDE option
Diffstat (limited to 'src')
-rw-r--r-- | src/auditor/generate-auditor-basedb.conf | 1 | ||||
-rw-r--r-- | src/benchmark/benchmark.conf | 5 | ||||
-rw-r--r-- | src/exchange/test_taler_exchange_httpd.conf | 4 | ||||
-rw-r--r-- | src/exchange/test_taler_exchange_unix.conf | 4 |
4 files changed, 2 insertions, 12 deletions
diff --git a/src/auditor/generate-auditor-basedb.conf b/src/auditor/generate-auditor-basedb.conf index db82068e2..d3ded7bd7 100644 --- 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 index 3becf107b..66dfeeca3 100644 --- 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 index 29ecdeb1c..fc9f389b0 100644 --- 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 index 515a38266..88cc96fa1 100644 --- 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 |