From c9da595ee7e24292ae302d8c3abe696a27d374a3 Mon Sep 17 00:00:00 2001 From: Karl0ss Date: Wed, 7 Jun 2023 14:56:25 +0100 Subject: [PATCH] Update README.md --- README.md | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/README.md b/README.md index 23e1132..9a31207 100644 --- a/README.md +++ b/README.md @@ -65,38 +65,22 @@ There is a `config-sample.json` file that needs to be renamed to `config.json`, An example shown below - ``` - { - "JDUserName": "User", - "JDPassword": "Pass", - "AdminPassword":"", - "WebUIPort": 3100, - "RSSFeed": "https://mypage.com/feed/", - "RSSFeedRefreshMins": 10, - "JDPostLinksMins": 180, - "Autostart": false, - "OnlyHEVC": true, - "TelegramBot": true, - "TelegramBotID":"", - "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. \ No newline at end of file +Thank for all the people who made any of the modules that I used to create this.