bunkerweb/examples/drupal/tests.json

16 lines
303 B
JSON
Raw Normal View History

{
"name": "drupal",
"kinds": ["docker", "autoconf", "swarm", "kubernetes", "linux"],
"no_copy_container": true,
"timeout": 60,
"delay": 120,
"tests": [
{
"type": "string",
"url": "https://www.example.com",
2024-01-05 08:37:18 +00:00
"string": "drupal",
"tls": "www.example.com"
}
]
}