Added MongoDbChangeStream option.

This commit is contained in:
Ylian Saint-Hilaire
2019-05-28 17:42:11 -07:00
parent 8416b0a0aa
commit 162de5153b
3 changed files with 8 additions and 7 deletions

View File

@@ -3,6 +3,7 @@
"settings": {
"_Cert": "myserver.mydomain.com",
"_MongoDb": "mongodb://127.0.0.1:27017/meshcentral",
"_MongoDbChangeStream": true,
"_WANonly": true,
"_LANonly": true,
"_Minify": 1,
@@ -41,7 +42,7 @@
]
},
"_AutoBackup": {
"backupInvervalHours": 24,
"backupIntervalHours": 24,
"keepLastDaysBackup": 10,
"zipPassword": "MyReallySecretPassword3",
"_backupPath": "C:\\backups"