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

20 lines
291 B
JSON

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