Files
Skit-Panel/backend/config.json.example
DengDai 519589f8f5 init
2025-12-08 14:45:14 +08:00

43 lines
777 B
JSON

{
"douban": {
"cookie": ""
},
"skit_paths": [],
"ptskit": {
"url": "",
"cookie": "",
"user_agent": "SkitPanel/1.0"
},
"downloader": "qbittorrent",
"qbittorrent": {
"host": "",
"port": 8080,
"username": "",
"password": ""
},
"transmission": {
"host": "",
"port": 9091,
"username": "",
"password": ""
},
"emby": {
"host": "",
"port": 8096,
"use_ssl": false,
"api_key": ""
},
"plex": {
"host": "",
"port": 32400,
"use_ssl": false,
"token": ""
},
"fnos": {
"host": "",
"port": 1999,
"use_ssl": false,
"authorization": ""
}
}