Remove db, config, and log files from git tracking

This commit is contained in:
2026-01-09 19:21:05 +01:00
parent f63d615364
commit 3d2ef53463
7 changed files with 0 additions and 515 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -1,24 +0,0 @@
{
"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$o/R.b.0dYwzhfG/t/R9DSA$kQAcjHoByVaftRAT1OaZg5rILdhMSDNS6uIz67jwdOo",
"anime_directory": "/mnt/server/serien/Serien/"
},
"version": "1.0.0"
}