From 45fd9b77c357c56c7fd38810e7dfe7f7ad1300b2 Mon Sep 17 00:00:00 2001 From: jblu Date: Wed, 20 Jul 2022 11:58:14 -0500 Subject: [PATCH] fixed table? --- README.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 4aa5f9b..8560aa0 100644 --- a/README.md +++ b/README.md @@ -39,16 +39,16 @@ It should look something like this: } ``` Config.json -|Key|Value| -|---| -|host | string, ip or hostname of qbittorrent server| -|port | number, port of admin gui(used for api aswell)| -|username | admin account for qbittorrent| -|password | password for admin account| -|loglevel | is what log messages are written to the log file. INFO or DEBUG are valid entries(case sensitive)| -|logpath | will write a log in root directory if left as is other wise specify other path using forward slashes| -|age | number, seconds for how long we keep torrents from IPTORRENTS| -|use_pushover | true or false to enable or disable pushover notification summary| -|use_log | true or false to enable or disable writing to alog file| -|po_key | pushover key| -|po_token | pushover api token| \ No newline at end of file +| Key | Value | +| --- | --- | +| host | string, ip or hostname of qbittorrent server | +| port | number, port of admin gui(used for api aswell) | +| username | admin account for qbittorrent | +| password | password for admin account | +| loglevel | is what log messages are written to the log file. INFO or DEBUG are valid entries(case sensitive) | +| logpath | will write a log in root directory if left as is other wise specify other path using forward slashes | +| age | number, seconds for how long we keep torrents from IPTORRENTS | +| use_pushover | true or false to enable or disable pushover notification summary | +| use_log | true or false to enable or disable writing to alog file | +| po_key | pushover key | +| po_token | pushover api token | \ No newline at end of file