qbit-maid/config.json.example

17 lines
389 B
Plaintext
Raw Normal View History

2022-07-29 16:02:19 -05:00
{
"host": "192.168.1.1",
"port": 8080,
"username": "admin",
"password": "admin",
"loglevel": "INFO",
"logpath": "./qc.log",
"protected_tag": "ipt",
"non_protected_tag": "public",
"age": 2419200,
"minimum_age": 432000,
"use_pushover": true,
"use_log": true,
"po_key": "",
"po_token": "",
"delete_torrents": false
2022-07-14 19:03:06 -05:00
}