From eadc19ccc734530559ee6c3fced7d296f23964ec Mon Sep 17 00:00:00 2001 From: jjstyle Date: Wed, 17 Dec 2025 15:10:04 +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 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', + // ], ]; // /**