remove part 2

This commit is contained in:
2025-10-30 20:11:38 +01:00
parent 4649cf562d
commit fd76be02fd
8 changed files with 138 additions and 1260 deletions

View File

@@ -0,0 +1,24 @@
{
"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$.r9Xag1BSKl17j3H.P./tw$XLhO13awaCA0TUXFdd6pMlefl41zxL1rLWON/wy.FSU",
"anime_directory": "/home/lukas/Volume/serien/"
},
"version": "1.0.0"
}