Skip to content

Commit 7ade54d

Browse files
lukasdooomhalbritter
authored andcommitted
Document default value for show-value configuration properties
See gh-39589
1 parent 8b2a7e8 commit 7ade54d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

spring-boot-project/spring-boot-actuator-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,14 @@
3030
"description": "Whether to enable default metrics exporters.",
3131
"defaultValue": true
3232
},
33+
{
34+
"name": "management.endpoint.configprops.show-values",
35+
"defaultValue": "never"
36+
},
37+
{
38+
"name": "management.endpoint.env.show-values",
39+
"defaultValue": "never"
40+
},
3341
{
3442
"name": "management.endpoint.health.probes.add-additional-paths",
3543
"type": "java.lang.Boolean",
@@ -95,6 +103,10 @@
95103
"health"
96104
]
97105
},
106+
{
107+
"name": "management.endpoint.quartz.show-values",
108+
"defaultValue": "never"
109+
},
98110
{
99111
"name": "management.ganglia.metrics.export.addressing-mode",
100112
"defaultValue": "multicast"

0 commit comments

Comments
 (0)