config.json table

This commit is contained in:
jblu 2022-07-20 11:56:43 -05:00
parent 89143dce3a
commit 5e80aae3b6

View File

@ -39,14 +39,16 @@ It should look something like this:
} }
``` ```
Config.json Config.json
- host - string, ip or hostname of qbittorrent server |Key|Value|
- port - port of admin gui(used for api aswell) |---|
- username - admin account for qbittorrent |host | string, ip or hostname of qbittorrent server|
- password - password for admin account |port | number, port of admin gui(used for api aswell)|
- loglevel - is what log messages are written to the log file. INFO or DEBUG are valid entries(case sensitive). |username | admin account for qbittorrent|
- logpath - will write a log in root directory if left as is other wise specify other path using forward slashes |password | password for admin account|
- age - is a number in seconds for how long we keep torrents from IPTORRENTS. |loglevel | is what log messages are written to the log file. INFO or DEBUG are valid entries(case sensitive)|
- use_pushover - true or false to enable or disable pushover notification summary |logpath | will write a log in root directory if left as is other wise specify other path using forward slashes|
- use_log - true or false to enable or disable writing to alog file |age | number, seconds for how long we keep torrents from IPTORRENTS|
- po_key - pushover key |use_pushover | true or false to enable or disable pushover notification summary|
- po_token - pushover api token |use_log | true or false to enable or disable writing to alog file|
|po_key | pushover key|
|po_token | pushover api token|