Changed default db type to mysql

This commit is contained in:
dosse91 2017-11-07 06:41:27 +01:00
parent 3c68577876
commit a23c63b56d

View file

@ -1,6 +1,6 @@
<?php
$db_type="postgresql"; //Type of db: "mysql", "sqlite" or "postgresql"
$db_type="mysql"; //Type of db: "mysql", "sqlite" or "postgresql"
// Sqlite3 settings
$Sqlite_db_file = "../telemetry.sql";