配置修改
This commit is contained in:
@ -1 +1 @@
|
|||||||
|
|
||||||
@ -21,13 +21,13 @@ return [
|
|||||||
// 数据库类型
|
// 数据库类型
|
||||||
'type' => env('database.type', 'mysql'),
|
'type' => env('database.type', 'mysql'),
|
||||||
// 服务器地址
|
// 服务器地址
|
||||||
'hostname' => env('database.hostname', 'likeshop-mysql'),
|
'hostname' => env('database.hostname', 'localhost'),
|
||||||
// 数据库名
|
// 数据库名
|
||||||
'database' => env('database.database', 'localhost_likeshopb2b2c'),
|
'database' => env('database.database', 'chaz_shop'),
|
||||||
// 用户名
|
// 用户名
|
||||||
'username' => env('database.username', 'root'),
|
'username' => env('database.username', 'chaz_shop'),
|
||||||
// 密码
|
// 密码
|
||||||
'password' => env('database.password', 'root'),
|
'password' => env('database.password', 'GHbeMeh5yykrZMY4'),
|
||||||
// 端口
|
// 端口
|
||||||
'hostport' => env('database.hostport', '3306'),
|
'hostport' => env('database.hostport', '3306'),
|
||||||
// 数据库连接参数
|
// 数据库连接参数
|
||||||
|
|||||||
Reference in New Issue
Block a user