Backport of docs: Fix typo in description for server_addresses into release/1.16.x (#18846)
backport of commit 5be0674fd77fefaeca6457d3174173c795763059 Co-authored-by: Blake Covarrubias <blake@covarrubi.as> Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
This commit is contained in:
parent
9d5b392f0d
commit
3b280f7b12
|
@ -264,7 +264,7 @@ Refer to the [formatting specification](https://golang.org/pkg/time/#ParseDurati
|
|||
- `server_addresses` (Defaults to `[]`) This specifies the addresses of servers in
|
||||
the local datacenter to use for the initial RPC. These addresses support
|
||||
[Cloud Auto-Joining](/consul/docs/agent/config/cli-flags#cloud-auto-joining) and can optionally include a port to
|
||||
use when making the outbound connection. If not port is provided the `server_port`
|
||||
use when making the outbound connection. If no port is provided, the `server_port`
|
||||
will be used.
|
||||
|
||||
- `dns_sans` (Defaults to `[]`) This is a list of extra DNS SANs to request in the
|
||||
|
|
Loading…
Reference in New Issue