[更新]还原数据库配置

This commit is contained in:
Cxphp 2018-05-10 09:35:13 +08:00 committed by Anyon
parent aa1d5ced16
commit 2a7bb22b8c

View File

@ -13,16 +13,15 @@
// +---------------------------------------------------------------------- // +----------------------------------------------------------------------
return [ return [
// 数据库类型
'type' => 'mysql', 'type' => 'mysql',
// 服务器地址 // 服务器地址
'hostname' => 'server.cuci.cc', 'hostname' => '127.0.0.1',
// 数据库名 // 数据库名
'database' => 'admin_v3', 'database' => 'admin_v3',
// 用户名 // 用户名
'username' => 'root', 'username' => 'admin_v3',
// 密码 // 密码
'password' => 'Test12345', 'password' => 'FbYBHcWKr2',
// 端口 // 端口
'hostport' => '3306', 'hostport' => '3306',
// 连接dsn // 连接dsn