Fixed MongoDB connection string

This commit is contained in:
Ylian Saint-Hilaire
2019-07-29 18:21:52 -07:00
parent fe1891346f
commit e18df0c5a1
6 changed files with 7 additions and 9 deletions

View File

@@ -2,7 +2,8 @@
"__comment__" : "This is a sample configuration file, edit a section and remove the _ in front of the name. Refer to the user's guide for details.",
"settings": {
"_Cert": "myserver.mydomain.com",
"_MongoDb": "mongodb://127.0.0.1:27017/meshcentral",
"_MongoDb": "mongodb://127.0.0.1:27017",
"_MongoDbName": "meshcentral",
"_MongoDbChangeStream": true,
"_WANonly": true,
"_LANonly": true,