Removed SQLite support at all. Will only support MariaDB/MySQL from now on.

This commit is contained in:
Johannes Findeisen 2021-06-10 02:43:56 +02:00
commit 7449d7b68f
2 changed files with 11 additions and 20 deletions

View file

@ -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" }