exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit f45e72ae5dcd9f5d4b189189e825f911f1a4f7dc
parent e3a0bc0d1f1d14123b56b041b475c8090d20ec1c
Author: Florian Dold <florian@dold.me>
Date:   Thu, 14 Jan 2021 16:34:48 +0100

remove legacy config option

Diffstat:
Msrc/auditor/generate-auditor-basedb.conf | 1-
Msrc/benchmark/benchmark.conf | 3+--
Msrc/exchange/test_taler_exchange_httpd.conf | 3---
Msrc/exchange/test_taler_exchange_unix.conf | 4+---
4 files changed, 2 insertions(+), 9 deletions(-)

diff --git a/src/auditor/generate-auditor-basedb.conf b/src/auditor/generate-auditor-basedb.conf @@ -11,7 +11,6 @@ PORT = 8081 BASE_URL = http://localhost:8081/ SIGNKEY_DURATION = 4 weeks SIGNKEY_LEGAL_DURATION = 4 weeks -LEGAL_DURATION = 2 years LOOKAHEAD_SIGN = 32 weeks 1 day LOOKAHEAD_PROVIDE = 4 weeks 1 day diff --git a/src/benchmark/benchmark.conf b/src/benchmark/benchmark.conf @@ -13,8 +13,7 @@ CURRENCY_ROUND_UNIT = EUR:0.01 [exchange] # how long is one signkey valid? 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? lookahead_provide = 4 weeks 1 day diff --git a/src/exchange/test_taler_exchange_httpd.conf b/src/exchange/test_taler_exchange_httpd.conf @@ -30,9 +30,6 @@ PRIVACY_ETAG = 0 # how long is one signkey valid? 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 diff --git a/src/exchange/test_taler_exchange_unix.conf b/src/exchange/test_taler_exchange_unix.conf @@ -15,6 +15,7 @@ TERMS_DIR = ../../contrib/tos # Etag / filename for the terms of service. TERMS_ETAG = 0 +# how long are the signatures with the signkey valid? SIGNKEY_LEGAL_DURATION = 2 years # Directory with our privacy policy. @@ -27,9 +28,6 @@ PRIVACY_ETAG = 0 # how long is one signkey valid? 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