bunkerized-nginx/examples/mongo-express/tests.json
2022-11-21 14:27:55 +01:00

14 lines
240 B
JSON

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