JDRssDownloader/config-sample.json

14 lines
310 B
JSON
Raw Normal View History

2022-06-08 12:28:30 +01:00
{
2022-06-08 13:09:23 +00:00
"JDUserName": "",
"JDPassword": "",
2022-10-25 15:52:25 +01:00
"AdminPassword":"",
"WebUIPort": 3100,
2022-06-08 13:09:23 +00:00
"RSSFeed": "",
"RSSFeedRefreshMins": 10,
"JDPostLinksMins": 180,
2022-06-08 12:28:30 +01:00
"Autostart": false,
2022-06-12 16:34:37 +01:00
"OnlyHEVC": true,
2022-10-25 17:20:37 +01:00
"TelegramBot": true,
2022-09-08 09:35:59 +01:00
"TelegramBotID":"",
2023-06-07 14:53:55 +01:00
"TelegramChatID":123456789
2022-06-08 12:28:30 +01:00
}