From ebf6dccf828e4363468695aeace800f48820fdda Mon Sep 17 00:00:00 2001 From: buildmaster Date: Thu, 13 Oct 2016 15:20:30 +0000 Subject: [PATCH] Sync docs from master to gh-pages --- spring-cloud-config.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/spring-cloud-config.html b/spring-cloud-config.html index 1abd26d5..428bdf42 100644 --- a/spring-cloud-config.html +++ b/spring-cloud-config.html @@ -2243,6 +2243,12 @@ works locally and for a user-provided service on Cloud Foundry named grabbing it in the bootstrap context and injecting one).

+

Health Indicator

+
+

The Config Client supplies a Spring Boot Health Indicator that attempts to load configuration from Config Server. The health indicator can be disabled by setting health.config.enabled=false. The response is also cached for performance reasons. The default cache time to live is 5 minutes. To change that value set the health.config.time-to-live property (in milliseconds).

+
+
+

Providing A Custom RestTemplate

In some cases you might need to customize the requests made to the config server from