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/configuration/config-server-provider.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Each key must be prefixed with `Spring:Cloud:Config:`.
| `Name` | Application name for which to request configuration | |
| `Enabled` | Enable or disable the Config Server client | `true` |
| `Uri` | Comma-separated list of Config Server endpoints | `http://localhost:8888` |
| `Env` | Environment or profile used in the server request | `Production` |
| `Env` | Comma-separated list of environments/profiles used in the server request | `Production` |
| `ValidateCertificates` | Enable or disable server certificate validation | `true` |
| `Label` | Comma-separated list of labels to request | |
| `Timeout` | Time to wait for response from server, in milliseconds | `60_000` (1 min) |
Expand Down