From 362346f0d6a20f2da3221d48a1551d672f194133 Mon Sep 17 00:00:00 2001 From: jjstyle Date: Wed, 17 Dec 2025 15:12:27 +0900 Subject: [PATCH] =?UTF-8?q?env=20=EC=82=AC=EC=9A=A9=20=ED=85=8C=EC=8A=A4?= =?UTF-8?q?=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Config/Database.php | 48 ++++++++++++++++++++--------------------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/app/Config/Database.php b/app/Config/Database.php index 36a74c3..1c7f952 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' => 'localhost', + 'username' => '', + 'password' => '', + 'database' => '', + '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', + ], ]; // /**