bunkerweb/examples/mongo-express/tests.json

16 lines
272 B
JSON
Raw Normal View History

2022-07-23 09:29:18 +00:00
{
"name": "mongo-express",
"kinds": ["docker", "autoconf"],
"timeout": 60,
"delay": 60,
"no_copy_container": true,
"tests": [
{
"type": "status",
"url": "https://www.example.com",
2024-01-05 08:37:18 +00:00
"status": 401,
"tls": "www.example.com"
}
]
}