bunkerweb/examples/load-balancer/tests.json

15 lines
250 B
JSON
Raw Normal View History

{
"name": "load-balancer",
"kinds": ["docker"],
"timeout": 120,
"no_copy_container": true,
"tests": [
{
"type": "string",
"url": "https://www.example.com",
2024-01-05 08:37:18 +00:00
"string": "hello",
"tls": "www.example.com"
}
]
}