bunkerweb/examples/ghost/tests.json

14 lines
230 B
JSON
Raw Normal View History

2022-07-21 09:39:35 +00:00
{
"name": "ghost",
"kinds": ["docker", "autoconf", "swarm", "kubernetes"],
"timeout": 60,
"delay": 30,
"tests": [
{
"type": "string",
"url": "https://www.example.com",
"string": "ghost"
}
]
}