From 783e3588fc8352ff1091792b53e4baa06ed42941 Mon Sep 17 00:00:00 2001 From: buildmaster Date: Wed, 17 Aug 2016 09:35:26 +0000 Subject: [PATCH] Sync docs from master to gh-pages --- spring-cloud-config.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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.

@@ -2268,7 +2270,7 @@ String name = "World";