From e0acf4688fc17729e3b0e258cc1b92b810a2a9fb Mon Sep 17 00:00:00 2001 From: Bart Koelman <104792814+bart-vmware@users.noreply.github.com> Date: Thu, 14 Aug 2025 12:37:47 +0200 Subject: [PATCH] Allow comma-separated list of environments in Config Server --- docs/docs/v4/configuration/config-server-provider.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/v4/configuration/config-server-provider.md b/docs/docs/v4/configuration/config-server-provider.md index eef0e291..1c737184 100644 --- a/docs/docs/v4/configuration/config-server-provider.md +++ b/docs/docs/v4/configuration/config-server-provider.md @@ -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) |