bunkerweb/examples/autoconf-configs/tests.json
2023-02-16 15:15:19 +01:00

23 lines
428 B
JSON

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