bunkerweb/examples/load-balancer/tests.json

15 lines
202 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"
}
]
}