bunkerweb/examples/php-singlesite/tests.json

14 lines
175 B
JSON
Raw Normal View History

2022-07-23 20:38:49 +00:00
{
"name": "php-singlesite",
"kinds": [
"docker"
],
"timeout": 60,
"tests": [
{
"type": "string",
"url": "https://www.example.com",
"string": "hello"
}
]
}