bunkerweb/examples/load-balancer/tests.json
2022-07-25 10:11:44 +02:00

15 lines
No EOL
202 B
JSON

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