bunkerweb/examples/authelia/tests.json
2023-06-20 11:42:35 -04:00

18 lines
338 B
JSON

{
"name": "authelia",
"kinds": ["docker", "autoconf", "swarm", "linux"],
"timeout": 120,
"delay": 60,
"tests": [
{
"type": "string",
"url": "https://app1.example.com",
"string": "authelia"
},
{
"type": "string",
"url": "https://app2.example.com",
"string": "authelia"
}
]
}