mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
26 lines
529 B
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"
|
|
}
|
|
]
|
|
}
|