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