Updates property to disable the health indicator.

Fixes gh-435
This commit is contained in:
spencergibb
2020-09-08 14:27:18 -04:00
parent 09ad9a84f1
commit 781584db84

View File

@@ -1121,7 +1121,7 @@ spring:
profiles: development
----
You can disable the Health Indicator by setting `spring.cloud.config.server.health.enabled=false`.
You can disable the Health Indicator by setting `health.config.enabled=false`.
=== Security