bunkerweb/examples/mongo-express/tests.json

15 lines
274 B
JSON

{
"name": "mongo-express",
"kinds": ["docker", "autoconf"],
"timeout": 120,
"delay": 120,
"no_copy_container": true,
"tests": [
{
"type": "status",
"url": "https://www.example.com",
"status": 401,
"tls": "www.example.com"
}
]
}