copied from private repo

This commit is contained in:
2022-07-14 19:03:06 -05:00
commit ef21adc132
7 changed files with 181 additions and 0 deletions

9
config.json.example Normal file
View File

@ -0,0 +1,9 @@
{
"host": "192.168.1.1",
"port": 8080,
"username": "admin",
"password": "admin",
"loglevel": "INFO",
"logpath": "./qc.log",
"age": 2630000
}