diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-04-12 20:32:28 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-04-12 20:32:28 +0200 |
commit | eaff762ed277d2468b86dc713bfbc9364d8a6a69 (patch) | |
tree | 14a3dbe32d70b364366104cab7cf53324bacdda8 | |
parent | 2db09e1f86c870028ae5433019d2a65503804cf8 (diff) |
remove dead options
-rw-r--r-- | src/testing/test_template.conf | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/testing/test_template.conf b/src/testing/test_template.conf index 92e71c59..d093d0a4 100644 --- a/src/testing/test_template.conf +++ b/src/testing/test_template.conf @@ -20,9 +20,7 @@ PORT = 8081 BASE_URL = http://localhost:8081/ SIGNKEY_DURATION = 2 weeks SIGNKEY_LEGAL_DURATION = 2 years -LEGAL_DURATION = 2 years LOOKAHEAD_SIGN = 3 weeks 1 day -LOOKAHEAD_PROVIDE = 2 weeks 1 day KEYDIR = ${TALER_DATA_HOME}/exchange/live-keys/ REVOCATION_DIR = ${TALER_DATA_HOME}/exchange/revocations/ TERMS_ETAG = 0 |