bunkerweb/examples/load-balancer/tests.json
2024-01-05 09:37:18 +01:00

14 lines
250 B
JSON

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