Changing default value to be false. Fixes #738
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
"name": "management.endpoint.env.post.enabled",
|
||||
"type": "java.lang.Boolean",
|
||||
"description": "Enable changing the Environment through a POST to /env.",
|
||||
"defaultValue": true
|
||||
"defaultValue": false
|
||||
},
|
||||
{
|
||||
"name": "management.endpoint.refresh.enabled",
|
||||
|
||||
Reference in New Issue
Block a user