Commit 480039f2 authored by Stephane Nicoll's avatar Stephane Nicoll

Fix default value of management.endpoints.web.expose

parent 1235d8f8
...@@ -46,6 +46,7 @@ ...@@ -46,6 +46,7 @@
{ {
"name": "management.endpoints.web.expose", "name": "management.endpoints.web.expose",
"defaultValue": [ "defaultValue": [
"health",
"info" "info"
] ]
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment