add missing signkey_legal_duration option to test configs

This commit is contained in:
Christian Grothoff 2020-12-12 23:55:20 +01:00
parent 8bed4152fe
commit 468fc9d1a1
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC
5 changed files with 6 additions and 0 deletions

View File

@ -20,6 +20,8 @@ MASTER_PUBLIC_KEY = 98NJW3CQHZQGQXTY3K85K531XKPAPAVV4Q5V8PYYRR00NJGZWNVG
# Expected base URL of the exchange.
BASE_URL = "http://localhost:8081/"
signkey_legal_duration = 2 years
[exchangedb]
# After how long do we close idle reserves? The exchange
# and the auditor must agree on this value. We currently

View File

@ -25,6 +25,7 @@ signkey_duration = 4 weeks
# how long are the signatures with the signkey valid?
legal_duration = 2 years
signkey_legal_duration = 2 years
# how long do we provide to clients denomination and signing keys
# ahead of time?

View File

@ -29,6 +29,7 @@ signkey_duration = 4 weeks
# how long are the signatures with the signkey valid?
legal_duration = 2 years
signkey_legal_duration = 2 years
# how long do we provide to clients denomination and signing keys
# ahead of time?

View File

@ -32,6 +32,7 @@ signkey_duration = 5 seconds
# how long are the signatures with the signkey valid?
legal_duration = 2 years
signkey_legal_duration = 2 years
# This value causes keys to be *RETURNED* in a /keys response.
# It's a relative time that materializes always in now+itsvalue.

View File

@ -19,6 +19,7 @@ SIGNKEY_DURATION = 4 weeks
# how long are the signatures with the signkey valid?
LEGAL_DURATION = 2 years
signkey_legal_duration = 2 years
# how long do we provide to clients denomination and signing keys
# ahead of time?