mirror of
https://github.com/karl0ss/JDRssDownloader.git
synced 2025-04-28 04:13:39 +01:00
commit
79bdaf0a97
16
README.md
16
README.md
@ -66,37 +66,21 @@ There is a `config-sample.json` file that needs to be renamed to `config.json`,
|
|||||||
An example shown below
|
An example shown below
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|
||||||
"JDUserName": "User",
|
"JDUserName": "User",
|
||||||
|
|
||||||
"JDPassword": "Pass",
|
"JDPassword": "Pass",
|
||||||
|
|
||||||
"AdminPassword":"",
|
"AdminPassword":"",
|
||||||
|
|
||||||
"WebUIPort": 3100,
|
"WebUIPort": 3100,
|
||||||
|
|
||||||
"RSSFeed": "https://mypage.com/feed/",
|
"RSSFeed": "https://mypage.com/feed/",
|
||||||
|
|
||||||
"RSSFeedRefreshMins": 10,
|
"RSSFeedRefreshMins": 10,
|
||||||
|
|
||||||
"JDPostLinksMins": 180,
|
"JDPostLinksMins": 180,
|
||||||
|
|
||||||
"Autostart": false,
|
"Autostart": false,
|
||||||
|
|
||||||
"OnlyHEVC": true,
|
"OnlyHEVC": true,
|
||||||
|
|
||||||
"TelegramBot": true,
|
"TelegramBot": true,
|
||||||
|
|
||||||
"TelegramBotID":"",
|
"TelegramBotID":"",
|
||||||
|
|
||||||
"TelegramChatID":123456789,
|
"TelegramChatID":123456789,
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user