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).
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).
In some cases you might need to customize the requests made to the config server from