1.提交缺失的东西

This commit is contained in:
2025-05-13 15:43:30 +08:00
parent a3adc7df9a
commit b3d0e9ac7c
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
APP_DEBUG = true
APP_DEBUG = true

View File

@ -28,9 +28,9 @@ return [
// 数据库名
'database' => env('database.database', 'jianbing'),
// 用户名
'username' => env('database.username', 'root'),
'username' => env('database.username', 'jianbing'),
// 密码
'password' => env('database.password', 'c24a8441c99a673b'),
'password' => env('database.password', '68aYjZzFPw8FGiTY'),
// 端口
'hostport' => env('database.hostport', '3306'),
// 数据库连接参数