Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/docs/v4/discovery/hashicorp-consul.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ All of these settings must start with `Consul:`.
| --- | --- | --- |
| `Host` | Hostname or IP address of the Consul server | `localhost` |
| `Port` | Port number the Consul server is listening on | `8500` |
| `Scheme` | Scheme to connect with the Consul server (`http` or `https`) | `http` |
| `Scheme` | Scheme to connect with the Consul server (`http` or `https`) | computed |
| `Datacenter` | The datacenter name passed in each request to the server | |
| `Token` | Authentication token passed in each request to the server | |
| `WaitTime` | The maximum duration for a blocking request | |
Expand Down
Loading