移除无效数据库信息

This commit is contained in:
wanghao
2025-07-16 15:27:03 +08:00
parent 342b239d76
commit 400c2a5d8e

View File

@@ -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' => '',
],
];