diff --git a/meshcentral-config-schema.json b/meshcentral-config-schema.json index 329689a0..6267e9c5 100644 --- a/meshcentral-config-schema.json +++ b/meshcentral-config-schema.json @@ -141,6 +141,7 @@ "type": "object", "properties": { "mongoDumpPath": { "type": "string" }, + "mysqlDumpPath": { "type": "string"}, "backupIntervalHours": { "type": "integer" }, "keepLastDaysBackup": { "type": "integer" }, "zipPassword": { "type": "string" },