Browse Source

Changed default db type to mysql

dosse91 8 năm trước cách đây
mục cha
commit
a23c63b56d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      telemetry_settings.php

+ 1 - 1
telemetry_settings.php

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