mirror of
https://github.com/status-im/consul.git
synced 2025-01-22 19:50:36 +00:00
Removed localhost from links (#3289)
Two links were still referring to localhost. Made them relative and tested.
This commit is contained in:
parent
e2f93518e9
commit
6c75e79158
@ -31,9 +31,9 @@ The type is either "client" (meaning the token cannot modify ACL rules) or "mana
|
|||||||
(meaning the token is allowed to perform all actions).
|
(meaning the token is allowed to perform all actions).
|
||||||
|
|
||||||
The token ID is passed along with each RPC request to the servers. Consul's
|
The token ID is passed along with each RPC request to the servers. Consul's
|
||||||
[HTTP endpoints](http://localhost:4567/api/index.html) can accept tokens via the `token`
|
[HTTP endpoints](/api/index.html) can accept tokens via the `token`
|
||||||
query string parameter, or the `X-Consul-Token` request header. Consul's
|
query string parameter, or the `X-Consul-Token` request header. Consul's
|
||||||
[CLI commands](http://localhost:4567/docs/commands/index.html) can accept tokens via the
|
[CLI commands](/docs/commands/index.html) can accept tokens via the
|
||||||
`token` argument, or the `CONSUL_HTTP_TOKEN` environment variable.
|
`token` argument, or the `CONSUL_HTTP_TOKEN` environment variable.
|
||||||
|
|
||||||
If no token is provided, the rules associated with a special, configurable anonymous
|
If no token is provided, the rules associated with a special, configurable anonymous
|
||||||
|
Loading…
x
Reference in New Issue
Block a user