bunkerweb/examples/load-balancer/tests.json
2023-06-06 09:36:26 -04:00

13 lines
218 B
JSON

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