Added mysqldump path to config schema

This commit is contained in:
Noah Zalev 2021-04-10 18:21:44 -04:00
parent 4b9cf142e1
commit 926d454cfd

View File

@ -141,6 +141,7 @@
"type": "object",
"properties": {
"mongoDumpPath": { "type": "string" },
"mysqlDumpPath": { "type": "string"},
"backupIntervalHours": { "type": "integer" },
"keepLastDaysBackup": { "type": "integer" },
"zipPassword": { "type": "string" },