bunkerweb/examples/ghost/tests.json

14 lines
254 B
JSON

{
"name": "ghost",
"kinds": ["docker", "autoconf", "kubernetes"],
"timeout": 90,
"delay": 300,
"tests": [
{
"type": "string",
"url": "https://www.example.com",
"string": "ghost",
"tls": "www.example.com"
}
]
}