默认数据库账号密码生产环境用

This commit is contained in:
xurongyao 2018-09-07 10:58:27 +08:00
parent fecb1be83c
commit fb415ab6a2

View File

@ -15,11 +15,11 @@ return [
// 服务器地址 // 服务器地址
'hostname' => '127.0.0.1', 'hostname' => '127.0.0.1',
// 数据库名 // 数据库名
'database' => '8_21', 'username' => 'gitcrmeb',
// 用户名 // 用户名
'username' => 'root', 'username' => 'gitcrmeb',
// 密码 // 密码
'password' => 'root', 'password' => 'y3NfiJTjRp8PNeee',
// 端口 // 端口
'hostport' => '3306', 'hostport' => '3306',
// 连接dsn // 连接dsn