mirror of https://github.com/status-im/consul.git
Merge pull request #2564 from mzupan/fix-query-doc
Doc Fix: The Near key is out of place
This commit is contained in:
commit
34a9708ea5
|
@ -70,13 +70,13 @@ query, like this example:
|
|||
"Name": "my-query",
|
||||
"Session": "adf4238a-882b-9ddc-4a9d-5b6758e4159e",
|
||||
"Token": "",
|
||||
"Near": "node1",
|
||||
"Service": {
|
||||
"Service": "redis",
|
||||
"Failover": {
|
||||
"NearestN": 3,
|
||||
"Datacenters": ["dc1", "dc2"]
|
||||
},
|
||||
"Near": "node1",
|
||||
"OnlyPassing": false,
|
||||
"Tags": ["primary", "!experimental"]
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue