Update config.json

This commit is contained in:
Broque Thomas 2025-08-20 13:34:06 -07:00
parent 5f25bc5cd8
commit a3ff9c9f4d

View file

@ -11,14 +11,14 @@
}, },
"jellyfin": { "jellyfin": {
"base_url": "http://localhost:8096", "base_url": "http://localhost:8096",
"api_key": "JELLYFIN TOKEN", "api_key": "JELLYFIN API KEY",
"auto_detect": true "auto_detect": true
}, },
"soulseek": { "soulseek": {
"slskd_url": "http://localhost:5030", "slskd_url": "http://localhost:5030",
"api_key": "SOULSEEK TOKEN", "api_key": "SLSKD API KEY",
"download_path": "E:/Broque Projects/newMusic/downloads", "download_path": "./downloads",
"transfer_path": "H:/Music" "transfer_path": "./transfers"
}, },
"logging": { "logging": {
"path": "logs/app.log", "path": "logs/app.log",