mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-07 12:52:54 -05:00
Added basic AceBase support (#4398)
This commit is contained in:
@@ -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.",
|
||||
|
||||
Reference in New Issue
Block a user