...
|
...
|
@@ -7,13 +7,13 @@ return [ |
|
|
// 数据库类型
|
|
|
'type' => 'mysql',
|
|
|
// 服务器地址
|
|
|
'hostname' => '39.107.114.243',
|
|
|
'hostname' => 'rm-m5eblhc9o3515i25neo.mysql.rds.aliyuncs.com',
|
|
|
// 数据库名
|
|
|
'database' => 'xingqiu',
|
|
|
// 用户名
|
|
|
'username' => 'root',
|
|
|
'username' => 'db136s1ehvo1yn73',
|
|
|
// 密码
|
|
|
'password' => 'jinglong743558',
|
|
|
'password' => 'cxz307311SJK',
|
|
|
// 端口
|
|
|
'hostport' => '3306',
|
|
|
// 数据库编码默认采用utf8
|
...
|
...
|
|