Needs to be moved

This took 2 hours from my life. The near has to be inside a service and not in the main block.
This commit is contained in:
Mike Zupan 2016-12-01 22:47:02 -08:00 committed by GitHub
parent c0dd5b65b6
commit fc352d7a62

View File

@ -70,13 +70,13 @@ query, like this example:
"Name": "my-query", "Name": "my-query",
"Session": "adf4238a-882b-9ddc-4a9d-5b6758e4159e", "Session": "adf4238a-882b-9ddc-4a9d-5b6758e4159e",
"Token": "", "Token": "",
"Near": "node1",
"Service": { "Service": {
"Service": "redis", "Service": "redis",
"Failover": { "Failover": {
"NearestN": 3, "NearestN": 3,
"Datacenters": ["dc1", "dc2"] "Datacenters": ["dc1", "dc2"]
}, },
"Near": "node1",
"OnlyPassing": false, "OnlyPassing": false,
"Tags": ["primary", "!experimental"] "Tags": ["primary", "!experimental"]
}, },