mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Fixed MongoDB connection string
This commit is contained in:
parent
ec0047369b
commit
d0737562aa
6 changed files with 7 additions and 9 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue