mirror of
https://github.com/crmeb/CRMEB.git
synced 2025-12-16 14:22:48 +00:00
默认数据库账号密码生产环境用
This commit is contained in:
parent
fecb1be83c
commit
fb415ab6a2
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user