bunkerweb/examples/load-balancer/tests.json

14 lines
217 B
JSON
Raw Normal View History

{
"name": "load-balancer",
"kinds": ["docker"],
"timeout": 60,
"no_copy_container": true,
"tests": [
{
"type": "string",
"url": "https://www.example.com",
"string": "hello"
}
]
}