Skip to content
This repository was archived by the owner on May 25, 2023. It is now read-only.

Commit 0dc29d7

Browse files
committed
Fix settings for adding health check extensions
1 parent d0fe11b commit 0dc29d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/paradox/features/application-health.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The configuration below shows how you can define a health check that causes your
2323
# In application.conf -- if adding a readiness check,
2424
# add to the `readiness-checks` key instead.
2525
26-
com.lightbend.platform-tooling.health-checks +=
26+
com.lightbend.platform-tooling.status.health-checks +=
2727
"com.mycompany.MyAppHealthCheck"
2828
```
2929

0 commit comments

Comments
 (0)