Skip to content

Commit

Permalink
Update index.mdx
Browse files Browse the repository at this point in the history
Tidy a couple of bullets.
  • Loading branch information
ml4 committed Oct 27, 2021
1 parent 14cffc3 commit f49f5b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/content/docs/configuration/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -177,13 +177,13 @@ to specify where the configuration is.

The following parameters are used on backends that support [high availability][high-availability].

- `api_addr` `(string: "")` - Specifies the address (full URL) to advertise to
- `api_addr` `(string: "")` Specifies the address (full URL) to advertise to
other Vault servers in the cluster for client redirection. This value is also
used for [plugin backends][plugins]. This can also be provided via the
environment variable `VAULT_API_ADDR`. In general this should be set as a full
URL that points to the value of the [`listener`](#listener) address.

- `cluster_addr` `(string: "")` - – Specifies the address to advertise to other
- `cluster_addr` `(string: "")` – Specifies the address to advertise to other
Vault servers in the cluster for request forwarding. This can also be provided
via the environment variable `VAULT_CLUSTER_ADDR`. This is a full URL, like
`api_addr`, but Vault will ignore the scheme (all cluster members always
Expand Down

0 comments on commit f49f5b7

Please sign in to comment.