docs: mark cron scheduler tasks complete, fix outdated examples
This commit is contained in:
@@ -585,7 +585,12 @@ Configuration is stored in `data/config.json`:
|
||||
{
|
||||
"name": "Aniworld",
|
||||
"data_dir": "data",
|
||||
"scheduler": { "enabled": true, "interval_minutes": 60 },
|
||||
"scheduler": {
|
||||
"enabled": true,
|
||||
"schedule_time": "03:00",
|
||||
"schedule_days": ["mon", "tue", "wed", "thu", "fri", "sat", "sun"],
|
||||
"auto_download_after_rescan": false
|
||||
},
|
||||
"logging": { "level": "INFO" },
|
||||
"backup": { "enabled": false, "path": "data/backups" },
|
||||
"other": {
|
||||
|
||||
Reference in New Issue
Block a user