bunkerweb/examples/ghost/tests.json
2022-08-08 13:57:00 +02:00

18 lines
No EOL
221 B
JSON

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