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

@@ -3,6 +3,7 @@
"__comment__": "This is a sample configuration file, all values and sections that start with underscore (_) are ignored. Edit a section and remove the _ in front of the name. Refer to the user's guide for details.",
"settings": {
"_cert": "myserver.mydomain.com",
"_acebase": { "_sponsor": true },
"_mongoDb": "mongodb://127.0.0.1:27017",
"_mongoDbName": "meshcentral",
"_mongoDbChangeStream": true,