1
0
Fork 0
mirror of https://github.com/Ylianst/MeshCentral.git synced 2025-03-09 15:40:18 +00:00

Fixed MongoDumpPath in schema and sample config.

This commit is contained in:
Ylian Saint-Hilaire 2021-02-03 22:11:07 -08:00
parent 9d052cb0e4
commit 87896b5f0d
2 changed files with 34 additions and 9 deletions

View file

@ -6,7 +6,6 @@
"_mongoDb": "mongodb://127.0.0.1:27017",
"_mongoDbName": "meshcentral",
"_mongoDbChangeStream": true,
"_mongoDumpPath": "C:\\Program Files\\MongoDB\\Server\\4.2\\bin\\mongodump.exe",
"_WANonly": true,
"_LANonly": true,
"_sessionKey": "MyReallySecretPassword1",
@ -83,6 +82,7 @@
]
},
"_autoBackup": {
"_mongoDumpPath": "C:\\Program Files\\MongoDB\\Server\\4.2\\bin\\mongodump.exe",
"backupIntervalHours": 24,
"keepLastDaysBackup": 10,
"zipPassword": "MyReallySecretPassword3",