Skip to content
This repository has been archived by the owner on Sep 25, 2018. It is now read-only.

Commit

Permalink
example change
Browse files Browse the repository at this point in the history
for build purposes
  • Loading branch information
Gaz492 committed Feb 11, 2017
1 parent 8a7cb43 commit bfda496
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions settings/config.json.example
Original file line number Diff line number Diff line change
Expand Up @@ -8,27 +8,18 @@
{
"enabled": true,
"name": "Homepage",
"url": "https://httpbin.org/status/504",
"url": "http://feed-the-beast.com/",
"method": "GET",
"component_id": 9,
"component_id": 1,
"timeout": 5,
"expected_status_code": [200]
},
{
"enabled": true,
"name": "Homepage",
"url": "https://httpbin.org/status/200",
"url": "https://forum.feed-the-beast.com/",
"method": "GET",
"component_id": 10,
"timeout": 5,
"expected_status_code": [200]
},
{
"enabled": true,
"name": "Homepage",
"url": "https://httpbin.org/delay/10",
"method": "GET",
"component_id": 11,
"component_id": 2,
"timeout": 5,
"expected_status_code": [200]
}
Expand Down

0 comments on commit bfda496

Please sign in to comment.