bunkerweb/examples/joomla/tests.json
2022-10-19 17:37:13 +02:00

13 lines
232 B
JSON

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