Skip to content

Commit

Permalink
make more generic
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelneale committed Apr 4, 2016
1 parent 732939f commit b16e4c9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions checks.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@


{
"check": "http://gitlab.squarecloud.net.au/",
"check": "http://foo.com/",
"api_key": "1234",
"tags": [
"gitlab.squarecloud.net.au"
"foo"
]
},
{
"check": "https://dev.housenexus.com.au/",
"check": "https://bar.com/",
"api_key": "1234",
"tags": [
"dev.housenexus.com.au"
"bar baz"
]
}

Expand Down

0 comments on commit b16e4c9

Please sign in to comment.