diff --git a/app/Config/Database.php b/app/Config/Database.php index 1ebbb03..36a74c3 100644 --- a/app/Config/Database.php +++ b/app/Config/Database.php @@ -25,30 +25,30 @@ class Database extends Config * @var array */ public array $default = [ - 'DSN' => '', - 'hostname' => '192.168.10.246', - 'username' => 'confirms', - 'password' => 'zjsvjatm', - 'database' => 'db_confirms', - 'DBDriver' => 'MySQLi', - 'DBPrefix' => '', - 'pConnect' => false, - 'DBDebug' => true, - 'charset' => 'utf8mb4', - 'DBCollat' => 'utf8mb4_general_ci', - 'swapPre' => '', - 'encrypt' => false, - 'compress' => false, - 'strictOn' => false, - 'failover' => [], - 'port' => 3306, - 'numberNative' => false, - 'foundRows' => false, - 'dateFormat' => [ - 'date' => 'Y-m-d', - 'datetime' => 'Y-m-d H:i:s', - 'time' => 'H:i:s', - ], + // 'DSN' => '', + // 'hostname' => '192.168.10.246', + // 'username' => 'confirms', + // 'password' => 'zjsvjatm', + // 'database' => 'db_confirms', + // 'DBDriver' => 'MySQLi', + // 'DBPrefix' => '', + // 'pConnect' => false, + // 'DBDebug' => true, + // 'charset' => 'utf8mb4', + // 'DBCollat' => 'utf8mb4_general_ci', + // 'swapPre' => '', + // 'encrypt' => false, + // 'compress' => false, + // 'strictOn' => false, + // 'failover' => [], + // 'port' => 3306, + // 'numberNative' => false, + // 'foundRows' => false, + // 'dateFormat' => [ + // 'date' => 'Y-m-d', + // 'datetime' => 'Y-m-d H:i:s', + // 'time' => 'H:i:s', + // ], ]; // /**