24 lines
557 B
JSON
24 lines
557 B
JSON
{
|
|
"groups": [],
|
|
"properties": [
|
|
{
|
|
"name": "management.health.neo4j.enabled",
|
|
"type": "java.lang.Boolean",
|
|
"description": "Whether to enable Neo4j health check.",
|
|
"defaultValue": true
|
|
},
|
|
{
|
|
"name": "spring.neo4j.pool.metrics-enabled",
|
|
"type": "java.lang.Boolean",
|
|
"deprecation": {
|
|
"reason": "Use 'management.metrics.enable' to restrict certain metrics.",
|
|
"level": "error"
|
|
}
|
|
},
|
|
{
|
|
"name": "spring.neo4j.uri",
|
|
"defaultValue": "bolt://localhost:7687"
|
|
}
|
|
]
|
|
}
|