mirror of
https://github.com/status-im/consul.git
synced 2025-01-10 13:55:55 +00:00
Fixes JSON in wildcard query example.
This commit is contained in:
parent
d3da5efdb2
commit
77ad084229
@ -240,16 +240,16 @@ applies a failover policy to it:
|
||||
|
||||
```javascript
|
||||
{
|
||||
"Name": "",
|
||||
"Template" {
|
||||
"Type": "name_prefix_match",
|
||||
},
|
||||
"Service": {
|
||||
"Service": "${name.full}",
|
||||
"Failover": {
|
||||
"NearestN": 3,
|
||||
}
|
||||
}
|
||||
"Name": "",
|
||||
"Template": {
|
||||
"Type": "name_prefix_match"
|
||||
},
|
||||
"Service": {
|
||||
"Service": "${name.full}",
|
||||
"Failover": {
|
||||
"NearestN": 3
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user