Removed SQLite support at all. Will only support MariaDB/MySQL from now on.
This commit is contained in:
parent
8fdd1cb1cf
commit
7449d7b68f
2 changed files with 11 additions and 20 deletions
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"interval": 60,
|
||||
"database_type": "mysql",
|
||||
"database": "uplink",
|
||||
"database_host": "127.0.0.1",
|
||||
"database_user": "USER",
|
||||
"database_password": "PASSWORD",
|
||||
"cron": false,
|
||||
"daemon": false,
|
||||
"log_level": "",
|
||||
"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