Commit 221649c2 by 孙龙

配置文件

parent eafc7ab0
Showing with 2 additions and 2 deletions
......@@ -115,8 +115,8 @@ return [
'driver' => 'mysql',
'host' => env('DB_HOST', ''),
'database' => env('MESSAGE_DB_DATABASE', ''),
'username' => env('DB_USERNAME', ''),
'password' => env('DB_PASSWORD', ''),
'username' => env('DB_USERNAME_MESSAGE', ''),
'password' => env('DB_PASSWORD_MESSAGE', ''),
'port' => env('DB_PORT', 3306),
'charset' => 'utf8',
'collation' => 'utf8_unicode_ci',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment