qbit-maid/config.json.example

12 lines
232 B
Plaintext
Raw Normal View History

2022-07-14 19:03:06 -05:00
{
"host": "192.168.1.1",
"port": 8080,
"username": "admin",
"password": "admin",
"loglevel": "INFO",
"logpath": "./qc.log",
2022-07-20 09:57:22 -05:00
"age": 2419200,
"use_pushover": true,
"po_key": "",
"po_token": ""
2022-07-14 19:03:06 -05:00
}