Add missing properties metadata

Fixes gh-1829
This commit is contained in:
Stephane Nicoll
2014-11-08 16:22:00 +00:00
parent eb4c1426d3
commit 16e2130896
3 changed files with 23 additions and 1 deletions

View File

@@ -1,4 +1,16 @@
{"properties": [
{
"name": "endpoints.configprops.keys-to-sanitize",
"dataType": "java.lang.String",
"sourceType": "org.springframework.boot.actuate.endpoint.ConfigurationPropertiesReportEndpoint",
"description": "The keys that should be sanitize. Keys can be simple strings that the property ends with or regex expressions."
},
{
"name": "endpoints.env.keys-to-sanitize",
"dataType": "java.lang.String",
"sourceType": "org.springframework.boot.actuate.endpoint.EnvironmentEndpoint",
"description": "The keys that should be sanitize. Keys can be simple strings that the property ends with or regex expressions."
},
{
"name": "management.health.db.enabled",
"dataType": "java.lang.Boolean",