acl/packaging/acl-master.json
2018-02-12 15:56:10 +08:00

15 lines
294 B
JSON

{
"name": "acl-master",
"id": "acl-master",
"port": 8290,
"checks": [
{
"name": "http-available-checker",
"http": "http://127.0.0.1:8290",
"method": "GET",
"interval": "180s",
"timeout": "3s"
}
]
}