diff --git a/README.adoc b/README.adoc index ef82af01..408bfafe 100644 --- a/README.adoc +++ b/README.adoc @@ -241,8 +241,7 @@ additional configuration like If the application imports the `spring-boot-starter-actuator` project, the status of the vault server will be available via the `/health` endpoint. -The vault health indicator can be enabled or disabled through the -property `health.vault.enabled` (default `true`). +The vault health indicator can be enabled or disabled through the property `health.vault.enabled` (Spring Boot 1.x) or `management.health.vault.enabled` (Spring Boot 2.x) - both default to `true`. === Authentication @@ -428,4 +427,4 @@ added after the original pull request but before a merge. other target branch in the main project). * When writing a commit message please follow http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html[these conventions], if you are fixing an existing issue please add `Fixes gh-XXXX` at the end of the commit - message (where XXXX is the issue number). \ No newline at end of file + message (where XXXX is the issue number).