56 lines
1.2 KiB
JSON
Raw Normal View History

2024-08-30 00:24:48 +08:00
{
"program": {
"rss_time": 900,
"rename_time": 60,
"webui_port": 7892
},
"downloader": {
"type": "qbittorrent",
"host": "http://host.docker.internal:4009/",
"username": "wsq",
"password": "563826",
2024-08-31 01:02:55 +08:00
"path": "/videos",
2024-08-30 00:24:48 +08:00
"ssl": false
},
"rss_parser": {
"enable": true,
"filter": [
"720",
"\\d+-\\d"
],
"language": "zh"
},
"bangumi_manage": {
"enable": true,
"eps_complete": false,
"rename_method": "pn",
"group_tag": false,
"remove_bad_torrent": false
},
"log": {
"debug_enable": false
},
"proxy": {
"enable": true,
"type": "http",
"host": "host.docker.internal",
"port": 7890,
"username": "",
"password": ""
},
"notification": {
"enable": false,
"type": "telegram",
"token": "",
"chat_id": ""
},
"experimental_openai": {
"enable": false,
"api_key": "",
"api_base": "https://api.openai.com/v1",
"api_type": "openai",
"api_version": "2023-05-15",
"model": "gpt-3.5-turbo",
"deployment_id": ""
}
}