Refactoring, Cleanups and prepared a new directory structure

This commit is contained in:
Johannes Findeisen 2021-12-27 21:04:49 +01:00
commit 3966cd0e0f
12 changed files with 54 additions and 19 deletions

14
files/config.example.json Normal file
View file

@ -0,0 +1,14 @@
{
"interval": 60,
"database_type": "mariadb",
"database": "uplink",
"database_host": "127.0.0.1",
"database_user": "USER",
"database_password": "PASSWORD",
"mode": "cron",
"log_level": "ERROR",
"uplinks": [
{ "provider": "Cable Provider", "ip": "192.168.0.1", "password": "1234" },
{ "provider": "DSL Provider", "ip": "192.168.1.1", "password": "1234" }
]
}