init
This commit is contained in:
42
backend/config.json.example
Normal file
42
backend/config.json.example
Normal file
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"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": ""
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user