diff --git a/docs/src/main/asciidoc/spring-cloud-config.adoc b/docs/src/main/asciidoc/spring-cloud-config.adoc index 964c98f8..1591a50a 100644 --- a/docs/src/main/asciidoc/spring-cloud-config.adoc +++ b/docs/src/main/asciidoc/spring-cloud-config.adoc @@ -578,7 +578,9 @@ configure the overrides on the server. You can change the priority of all overrides in the client to be more like default values, allowing applications to supply their own values -in environment variables or System properties, by setting the flag ` +in environment variables or System properties, by setting the flag +`spring.cloud.config.overrideNone=true` (default is false) in the +remote repository. === Health Indicator