diff --git a/spring-cloud-config.html b/spring-cloud-config.html index 1bfcf65d..5a52990e 100644 --- a/spring-cloud-config.html +++ b/spring-cloud-config.html @@ -1438,7 +1438,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.