bunkerweb/examples/wordpress/tests.json
2022-08-05 14:17:38 +02:00

19 lines
No EOL
276 B
JSON

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