Added basic AceBase support (#4398)

This commit is contained in:
Ylian Saint-Hilaire
2022-08-13 18:32:17 -07:00
parent 92e3d2e528
commit 1f239481b7
5 changed files with 296 additions and 9 deletions

View File

@@ -35,6 +35,13 @@
}
}
},
"acebase": {
"type": "object",
"description": "Add this section to enable AceBase database support, this is a local database system much like NeDB.",
"properties": {
"sponsor": { "type": "boolean", "default": false, "description": "Set true to remove the AceBase banner on startup." },
}
},
"mySQL": {
"type": "object",
"description": "Add this section to connect MeshCentral to a MySQL database instance.",