Browse Source

Changing default value to be false. Fixes #738

pull/742/head
Ryan Baxter 5 years ago
parent
commit
8519d3dd16
  1. 2
      spring-cloud-context/src/main/resources/META-INF/additional-spring-configuration-metadata.json

2
spring-cloud-context/src/main/resources/META-INF/additional-spring-configuration-metadata.json

@ -10,7 +10,7 @@ @@ -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",

Loading…
Cancel
Save