pushing existing work

This commit is contained in:
2022-10-17 17:18:17 -05:00
parent adedd86f8a
commit f4e7273735
7 changed files with 330 additions and 0 deletions

13
config.json.example Normal file
View File

@ -0,0 +1,13 @@
{
"host": "192.168.1.1",
"port": 9443,
"username": "admin",
"password": "admin",
"endpoint": 1,
"log_level": "INFO",
"log_path": "./crn.log",
"use_pushover": false,
"use_log": true,
"po_key": "",
"po_token": ""
}