Skip to content

Commit

Permalink
Merge pull request #39589 from lukasdo
Browse files Browse the repository at this point in the history
* pr/39589:
  Polish "Document default value for show-value configuration properties"
  Document default value for show-value configuration properties

Closes gh-39589
  • Loading branch information
mhalbritter committed Feb 16, 2024
2 parents 8b2a7e8 + e2b29dc commit 03dfc3b
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,14 @@
"description": "Whether to enable default metrics exporters.",
"defaultValue": true
},
{
"name": "management.endpoint.configprops.show-values",
"defaultValue": "never"
},
{
"name": "management.endpoint.env.show-values",
"defaultValue": "never"
},
{
"name": "management.endpoint.health.probes.add-additional-paths",
"type": "java.lang.Boolean",
Expand Down Expand Up @@ -61,6 +69,10 @@
"description": "Whether to validate health group membership on startup. Validation fails if a group includes or excludes a health contributor that does not exist.",
"defaultValue": true
},
{
"name": "management.endpoint.quartz.show-values",
"defaultValue": "never"
},
{
"name": "management.endpoints.enabled-by-default",
"type": "java.lang.Boolean",
Expand Down

0 comments on commit 03dfc3b

Please sign in to comment.