Added mysqldump path to config schema
Noah Zalev committed
Apr 10, 2021 at 18:21 UTC
926d454cfd71c13282e0b45b439b77f747264d32
1 file changed
+1
meshcentral-config-schema.json
+1
@@ -141,6 +141,7 @@
141
"type": "object",
142
"properties": {
143
"mongoDumpPath": { "type": "string" },
144
+ "mysqlDumpPath": { "type": "string"},
145
"backupIntervalHours": { "type": "integer" },
146
"keepLastDaysBackup": { "type": "integer" },
147
"zipPassword": { "type": "string" },