purge old LOOKAHEAD_PROVIDE option

This commit is contained in:
Florian Dold 2021-01-15 11:36:39 +01:00
parent e64fae38b9
commit 57a0fc8d1f
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B
4 changed files with 2 additions and 12 deletions

View File

@ -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

View File

@ -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/"

View File

@ -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

View File

@ -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