配置修改

This commit is contained in:
2026-04-16 17:33:22 +08:00
parent bb487f1df1
commit 84eab66b52
2 changed files with 3 additions and 3 deletions

View File

@ -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'),
// 数据库连接参数