Skip to content

Commit a2dc2fa

Browse files
committed
Merge branch '4.3.x'
2 parents d19576c + 0c3e342 commit a2dc2fa

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/modules/ROOT/pages/client.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ If you use another form of security, you might need to xref:client.adoc#custom-r
253253
=== Health Indicator
254254

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

docs/modules/ROOT/pages/server/health-indicator.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ spring:
2121
profiles: development
2222
----
2323

24-
You can disable the Health Indicator by setting `management.health.config.enabled=false`.
24+
You can disable the Health Indicator by setting `spring.cloud.config.server.health.enabled=false`.
2525

2626
Also, you can provide a custom `down` status of your own by setting property `spring.cloud.config.server.health.down-health-status` (valued to `"DOWN'` by default).
2727

0 commit comments

Comments
 (0)