小bug修复

This commit is contained in:
wangjinlei
2025-11-04 13:31:16 +08:00
parent f6c460bece
commit 2a4f5a9117
3 changed files with 36 additions and 7 deletions

View File

@@ -15,13 +15,15 @@ return [
// 服务器地址
// 'hostname' => 'tmrdatebase.cubychyntk7p.ap-southeast-1.rds.amazonaws.com',
'hostname' => 'localhost',
// 'hostname' => 'ec2-13-229-30-239.ap-southeast-1.compute.amazonaws.com',
// 数据库名
'database' => 'tougao',
// 用户名
// 'username' => 'tmradmin',
'username' => 'root',
// 'username' =>"tougao",
// 密码
// 'password' => 'UhUKzkifVWkTnoJ63Qfs',
// 'password' => 'Tmr751019!',
'password' => 'root',
// 端口
'hostport' => '3306',