From 400c2a5d8eb7cc36c2beaef680fd5bd34f489db7 Mon Sep 17 00:00:00 2001 From: wanghao <455703030@qq.com> Date: Wed, 16 Jul 2025 15:27:03 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E6=97=A0=E6=95=88=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E5=BA=93=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Server/config/database.php | 66 -------------------------------------- 1 file changed, 66 deletions(-) diff --git a/Server/config/database.php b/Server/config/database.php index 37c407b0..36667610 100644 --- a/Server/config/database.php +++ b/Server/config/database.php @@ -61,70 +61,4 @@ return [ 'break_reconnect' => true, // 断线标识字符串 'break_match_str' => [], - 'clone' => [ - // 数据库类型 - 'type' => 'mysql', - // 服务器地址 - 'hostname' => 'gz-cynosdbmysql-grp-2k3icgxh.sql.tencentcdb.com', - // 数据库名 - 'database' => 'clone', - // 数据库用户名 - 'username' => 'root', - // 数据库密码 - 'password' => 'Lo.EQ{%t9G#v-1qv*Y', - // 端口 - 'hostport' => '20626', - // 数据库编码默认采用utf8 - 'charset' => 'utf8mb4', - // 数据库表前缀 - 'prefix' => '', - ], - 'pgsql' => [ - // 数据库类型 - 'type' => 'pgsql', - // 服务器地址 - 'hostname' => 'pgm-7xv383pbm1orihnpfo.pg.rds.aliyuncs.com', - // 数据库名 - 'database' => 'aggregate_chat_system', - // 数据库用户名 - 'username' => 'postgres', - // 数据库密码 - 'password' => 'JYJ4Bz0dbWdPRVgq', - // 数据库编码默认采用utf8 - 'charset' => 'utf8', - // 数据库表前缀 - 'prefix' => '', - ], - 'xm_pgsql' => [ - // 数据库类型 - 'type' => 'pgsql', - // 服务器地址 - 'hostname' => 'pgm-7xv383pbm1orihnpfo.pg.rds.aliyuncs.com', - // 数据库名 - 'database' => 'xm_aggregate_chat_system', - // 数据库用户名 - 'username' => 'postgres', - // 数据库密码 - 'password' => 'JYJ4Bz0dbWdPRVgq', - // 数据库编码默认采用utf8 - 'charset' => 'utf8', - // 数据库表前缀 - 'prefix' => '', - ], - 'shouyou' => [ - // 数据库类型 - 'type' => 'mysql', - // 服务器地址 - 'hostname' => 'rm-7xv05155q5pa291l3vo.mysql.rds.aliyuncs.com', - // 数据库名 - 'database' => 'shouyou', - // 数据库用户名 - 'username' => 'root', - // 数据库密码 - 'password' => '320Azai609', - // 数据库编码默认采用utf8 - 'charset' => 'utf8', - // 数据库表前缀 - 'prefix' => '', - ], ];