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