mirror of https://github.com/status-im/consul.git
"<service-name" fix - added brackets
This commit is contained in:
parent
f332fa8f86
commit
759f5a2bf5
|
@ -131,7 +131,7 @@ To confirm that you peered your clusters, you can [query the `/health/service` e
|
|||
|
||||
```shell-session
|
||||
$ curl \
|
||||
"http://127.0.0.1:8500/v1/health/service/service-name?peer=cluster-01"
|
||||
"http://127.0.0.1:8500/v1/health/service/<service-name>?peer=cluster-01"
|
||||
```
|
||||
|
||||
A successful query will include service information in the output.
|
||||
|
|
Loading…
Reference in New Issue