Skip to content
Merged
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 @@ -55,7 +55,7 @@ All of these settings must start with `Consul:Discovery:`.
| `Retry:MaxInterval` | Upper bound (in milliseconds) for intervals | `2000` |
| `Deregister` | Whether to de-register the running app on shutdown | `true` |
| `ServiceName` | Friendly name with which to register the running app | computed |
| `Scheme` | Scheme with which to register the running app (`http` or `https`) | `http` |
| `Scheme` | Scheme with which to register the running app (`http` or `https`) | computed |
| `HostName` | Hostname with which to register the running app (if `PreferIPAddress` is `false`) | computed |
| `IPAddress` | IP address with which to register the running app (if `PreferIPAddress` is `true`) | computed |
| `UseNetworkInterfaces` | Query the operating system for network interfaces to determine `HostName` and `IPAddress` | `false` |
Expand Down