mirror of
https://github.com/crmeb/CRMEB.git
synced 2025-12-16 22:42:49 +00:00
默认数据库账号密码生产环境用
This commit is contained in:
parent
ca45c5f216
commit
8af33fbeb7
@ -6,20 +6,21 @@
|
|||||||
// +----------------------------------------------------------------------
|
// +----------------------------------------------------------------------
|
||||||
// | Licensed ( http://www.apache.org/licenses/LICENSE-2.0 )
|
// | Licensed ( http://www.apache.org/licenses/LICENSE-2.0 )
|
||||||
// +----------------------------------------------------------------------
|
// +----------------------------------------------------------------------
|
||||||
// | Author: liu21st <liu21st@gmail.com>
|
// | Author: honor <rongyao_xu@163.com>
|
||||||
// +----------------------------------------------------------------------
|
// +----------------------------------------------------------------------
|
||||||
|
|
||||||
return [
|
return [
|
||||||
// 数据库类型
|
// 数据库类型
|
||||||
'type' => 'mysql',
|
'type' => 'mysql',
|
||||||
// 服务器地址
|
// 服务器地址
|
||||||
'hostname' => '127.0.0.1',
|
'hostname' => 'localhost',
|
||||||
// 数据库名
|
// 数据库名
|
||||||
'username' => 'gitcrmeb',
|
'database' => 'gitcrmeb',
|
||||||
// 用户名
|
// 用户名
|
||||||
'username' => 'gitcrmeb',
|
'username' => 'gitcrmeb',
|
||||||
// 密码
|
// 密码
|
||||||
'password' => 'y3NfiJTjRp8PNeee',
|
'password' => 'y3NfiJTjRp8PNeee',
|
||||||
|
|
||||||
// 端口
|
// 端口
|
||||||
'hostport' => '3306',
|
'hostport' => '3306',
|
||||||
// 连接dsn
|
// 连接dsn
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user