mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-19 15:08:22 +00:00
29 lines
No EOL
463 B
JSON
29 lines
No EOL
463 B
JSON
{
|
|
"name": "docker-configs",
|
|
"kinds": [
|
|
"docker"
|
|
],
|
|
"timeout": 60,
|
|
"tests": [
|
|
{
|
|
"type": "string",
|
|
"url": "https://app1.example.com/hello",
|
|
"string": "world"
|
|
},
|
|
{
|
|
"type": "string",
|
|
"url": "https://app2.example.com/hello",
|
|
"string": "world"
|
|
},
|
|
{
|
|
"type": "string",
|
|
"url": "https://app1.example.com/app1",
|
|
"string": "app1"
|
|
},
|
|
{
|
|
"type": "string",
|
|
"url": "https://app2.example.com/app2",
|
|
"string": "app2"
|
|
}
|
|
]
|
|
} |