Skip to content

Commit

Permalink
Merge pull request #29187 from izeye
Browse files Browse the repository at this point in the history
* pr/29187:
  Fix default value for management.info.env.enabled in metadata

Closes gh-29187
  • Loading branch information
snicoll committed Dec 30, 2021
2 parents 4082354 + d234681 commit ec730dc
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -261,7 +261,7 @@
"name": "management.info.env.enabled",
"type": "java.lang.Boolean",
"description": "Whether to enable environment info.",
"defaultValue": true
"defaultValue": false
},
{
"name": "management.info.git.enabled",
Expand Down

0 comments on commit ec730dc

Please sign in to comment.