bunkerweb/examples/cors/tests.json
2022-10-19 17:37:13 +02:00

22 lines
402 B
JSON

{
"name": "cors",
"kinds": ["docker", "autoconf", "linux"],
"timeout": 60,
"tests": [
{
"type": "string",
"url": "https://app1.example.com",
"string": "app1"
},
{
"type": "string",
"url": "https://app2.example.com",
"string": "app2"
},
{
"type": "string",
"url": "https://app3.example.com",
"string": "app3"
}
]
}