mirror of https://github.com/status-im/consul.git
docs: Fix typo in description for server_addresses (#18838)
Change 'If not port' to 'If no port'. Resolves #18553
This commit is contained in:
parent
4435e4a420
commit
17901acd4f
|
@ -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