This repository has been archived on 2023-11-05. You can view files and clone it, but cannot push or open issues or pull requests.
CloudEdge/config.json

11 lines
404 B
JSON

{
"Alias": "machine-1",
"Endpoint": "127.0.0.1:50051",
"Tags": ["default", "tag1"],
"Hosts": [
{"name": "machine-2", "endpoint": "127.0.0.1:50052", "tags": ["tag1", "tag2"]},
{"name": "machine-3", "endpoint": "127.0.0.1:50053", "tags": ["tag2", "tag3"]},
{"name": "machine-4", "endpoint": "127.0.0.1:50054", "tags": ["tag3", "tag4"]}
],
"Policy": "Naive"
}