aboutsummaryrefslogtreecommitdiffhomepage
path: root/settings.json
diff options
context:
space:
mode:
authorStanislav Boboň2021-02-12 15:41:19 +0100
committerStanislav Boboň2021-02-12 15:41:19 +0100
commit92efbcd0956dd46238ea1a97c0a1b5ebc01abe3d (patch)
tree02e5198cc6daee6922f6302fe70c5820f2cd2d5f /settings.json
parentb1ffaa296ec1789e102cb791d2097571fcaf1d5c (diff)
downloadsec-certs-92efbcd0956dd46238ea1a97c0a1b5ebc01abe3d.tar.gz
sec-certs-92efbcd0956dd46238ea1a97c0a1b5ebc01abe3d.tar.zst
sec-certs-92efbcd0956dd46238ea1a97c0a1b5ebc01abe3d.zip
yaml + saner configuration
Diffstat (limited to 'settings.json')
-rw-r--r--settings.json14
1 files changed, 0 insertions, 14 deletions
diff --git a/settings.json b/settings.json
deleted file mode 100644
index 4527cf09..00000000
--- a/settings.json
+++ /dev/null
@@ -1,14 +0,0 @@
-{
- "smallest_certificate_id_to_connect": {
- "description": "During validation we don't connect certificates with number lower than _this_ to connections",
- "value": 60
- },
- "year_difference_between_validations": {
- "description": "During validation we don't connect certificates with validation dates difference higher than _this_",
- "value": 5
- },
- "use_text_with_newlines_during_parsing": {
- "description": "During keyword search, search in text with newlines",
- "value": true
- }
-}