mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Fix default value for management.info.env.enabled in metadata
See gh-29187
This commit is contained in:
+1
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user