bunkerweb/examples/swarm-configs/tests.json
Jordan Blasenhauer 86cb619b5f add bunkerweb 1.6
2024-07-01 11:21:54 +02:00

44 lines
942 B
JSON

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