bunkerweb/examples/moodle/tests.json
2022-11-21 14:27:55 +01:00

13 lines
234 B
JSON

{
"name": "moodle",
"kinds": ["docker", "autoconf", "swarm", "kubernetes"],
"timeout": 300,
"delay": 300,
"tests": [
{
"type": "string",
"url": "https://www.example.com",
"string": "moodle"
}
]
}