Added threading to cron and foreground execution mode
This commit is contained in:
parent
05b056a30c
commit
6d0ef7b137
3 changed files with 16 additions and 12 deletions
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"interval": 60,
|
||||
"database_type": "mariadb",
|
||||
"database": "uplink",
|
||||
"database_host": "127.0.0.1",
|
||||
"database_user": "USER",
|
||||
"database_password": "PASSWORD",
|
||||
"cron": false,
|
||||
"daemon": false,
|
||||
"log_level": "",
|
||||
"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" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue