The default value for management.endpoint.env.post.enabled should be false instead of true.
This commit is contained in:
Tim van Baarsen
2020-04-20 16:16:20 +02:00
committed by GitHub
parent 8519d3dd16
commit 047bca54e2

View File

@@ -43,7 +43,7 @@
"type": "java.lang.Boolean"
},
{
"defaultValue": true,
"defaultValue": false,
"name": "management.endpoint.env.post.enabled",
"description": "Enables writable environment endpoint.",
"type": "java.lang.Boolean"