[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-exchange] branch master updated: remove legacy config option
From: |
gnunet |
Subject: |
[taler-exchange] branch master updated: remove legacy config option |
Date: |
Thu, 14 Jan 2021 16:34:53 +0100 |
This is an automated email from the git hooks/post-receive script.
dold pushed a commit to branch master
in repository exchange.
The following commit(s) were added to refs/heads/master by this push:
new f45e72ae remove legacy config option
f45e72ae is described below
commit f45e72ae5dcd9f5d4b189189e825f911f1a4f7dc
Author: Florian Dold <florian@dold.me>
AuthorDate: Thu Jan 14 16:34:48 2021 +0100
remove legacy config option
---
src/auditor/generate-auditor-basedb.conf | 1 -
src/benchmark/benchmark.conf | 3 +--
src/exchange/test_taler_exchange_httpd.conf | 3 ---
src/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
index 5cd28269..db82068e 100644
--- 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
index ed02cfc2..3becf107 100644
--- 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
index 80e0826b..29ecdeb1 100644
--- 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
index 9ce4fb9f..515a3826 100644
--- 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
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-exchange] branch master updated: remove legacy config option,
gnunet <=