Skip to content

Commit

Permalink
Fix default value for management.info.env.enabled in metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
izeye authored and snicoll committed Dec 30, 2021
1 parent 4082354 commit d234681
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 d234681

Please sign in to comment.