Task 8: Write integration tests for data file migration - Added test_migration_on_fresh_start_no_data_files test - Added test_add_series_saves_to_database test - Added test_scan_async_saves_to_database test - Added test_load_series_from_db test - Added test_search_and_add_workflow test - All 11 migration integration tests pass - All 870 tests pass (815 unit + 55 API)
24 lines
520 B
JSON
24 lines
520 B
JSON
{
|
|
"name": "Aniworld",
|
|
"data_dir": "data",
|
|
"scheduler": {
|
|
"enabled": true,
|
|
"interval_minutes": 60
|
|
},
|
|
"logging": {
|
|
"level": "INFO",
|
|
"file": null,
|
|
"max_bytes": null,
|
|
"backup_count": 3
|
|
},
|
|
"backup": {
|
|
"enabled": false,
|
|
"path": "data/backups",
|
|
"keep_days": 30
|
|
},
|
|
"other": {
|
|
"master_password_hash": "$pbkdf2-sha256$29000$JGRMCcHY.9.7d24tJQQAAA$pzRSDd4nRdLzzB/ZhSmFoENCwyn9K43tqvRwq6SNeGA",
|
|
"anime_directory": "/mnt/server/serien/Serien/"
|
|
},
|
|
"version": "1.0.0"
|
|
} |