Polish "Document default value for show-value configuration properties"
See gh-39589
This commit is contained in:
parent
7ade54d304
commit
e2b29dc9cb
|
|
@ -69,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",
|
||||
|
|
@ -103,10 +107,6 @@
|
|||
"health"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "management.endpoint.quartz.show-values",
|
||||
"defaultValue": "never"
|
||||
},
|
||||
{
|
||||
"name": "management.ganglia.metrics.export.addressing-mode",
|
||||
"defaultValue": "multicast"
|
||||
|
|
|
|||
Loading…
Reference in New Issue