bunkerweb/examples/autoconf-configs/tests.json

26 lines
529 B
JSON

{
"name": "autoconf-configs",
"kinds": ["autoconf"],
"delay": 180,
"timeout": 120,
"tests": [
{
"type": "string",
"url": "https://app1.example.com/hello",
"string": "app1",
"tls": "app1.example.com"
},
{
"type": "string",
"url": "https://app2.example.com/hello",
"string": "app2",
"tls": "app2.example.com"
},
{
"type": "string",
"url": "https://app3.example.com/hello",
"string": "app3",
"tls": "app3.example.com"
}
]
}