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:
parent
9d052cb0e4
commit
87896b5f0d
2 changed files with 34 additions and 9 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue