Update config.json
This commit is contained in:
parent
5f25bc5cd8
commit
a3ff9c9f4d
1 changed files with 4 additions and 4 deletions
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue