From e988810fbfa33344bb74887da75edbba6b9cbc99 Mon Sep 17 00:00:00 2001
From: buildmaster
Date: Mon, 4 Jun 2018 15:20:59 +0000
Subject: [PATCH] Sync docs from 1.3.x to gh-pages
---
1.3.x/multi/multi__spring_cloud_config_server.html | 6 +++---
1.3.x/single/spring-cloud-config.html | 6 +++---
1.3.x/spring-cloud-config.xml | 6 +++---
3 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/1.3.x/multi/multi__spring_cloud_config_server.html b/1.3.x/multi/multi__spring_cloud_config_server.html
index 92d5de33..cba8de09 100644
--- a/1.3.x/multi/multi__spring_cloud_config_server.html
+++ b/1.3.x/multi/multi__spring_cloud_config_server.html
@@ -556,7 +556,7 @@ handle all encryption as well as decryption.
encrypt.*
configuration to locate a key), but you need to explicitly switch off
-the decryption of outgoing properties using
-spring.cloud.config.server.encrypt.enabled=false. If you don’t care
-about the endpoints, then it should work if you configure neither the
+the decryption of outgoing properties by placing
+spring.cloud.config.server.encrypt.enabled=false in bootstrap.[yml|properties].
+If you don’t care about the endpoints, then it should work if you configure neither the
key nor the enabled flag.