From 6dd5a54f5e59843242e3f64594cd31b40413f97d Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Wed, 17 Aug 2016 10:33:04 +0100 Subject: [PATCH] Fix missing end of sentence --- docs/src/main/asciidoc/spring-cloud-config.adoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/spring-cloud-config.adoc b/docs/src/main/asciidoc/spring-cloud-config.adoc index b4728398..b3af593d 100644 --- a/docs/src/main/asciidoc/spring-cloud-config.adoc +++ b/docs/src/main/asciidoc/spring-cloud-config.adoc @@ -445,7 +445,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