Update README.md

This commit is contained in:
Karl0ss 2023-06-07 14:56:25 +01:00 committed by GitHub
parent 874e4eeba1
commit c9da595ee7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,38 +65,22 @@ 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,
} }
``` ```
@ -165,4 +149,4 @@ I have some ideas to make this a bit smarter and I want to add the ability to lo
Thank for all the people who made any of the modules that I used to create this. Thank for all the people who made any of the modules that I used to create this.