From 2b4097e90aca3b398c0005841de8f7bebe50e5d4 Mon Sep 17 00:00:00 2001 From: Matej Kramny Date: Sun, 19 Jul 2015 20:27:26 +0100 Subject: [PATCH] Update example config with default values --- example.config.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/example.config.json b/example.config.json index 737a2b1..c8f7fd4 100644 --- a/example.config.json +++ b/example.config.json @@ -8,7 +8,9 @@ "metric_id": 1, "threshold": 80, "component_id": null, - "expected_status_code": 200 + "expected_status_code": 200, + "strict_tls": true } - ] + ], + "insecure_api": false } \ No newline at end of file