Commit c3f71e04 by 孙龙

配置文件

parent 221649c2
Showing with 1 additions and 1 deletions
...@@ -114,7 +114,7 @@ return [ ...@@ -114,7 +114,7 @@ return [
'message' => [ 'message' => [
'driver' => 'mysql', 'driver' => 'mysql',
'host' => env('DB_HOST', ''), 'host' => env('DB_HOST', ''),
'database' => env('MESSAGE_DB_DATABASE', ''), 'database' => env('DB_DATABASE_MESSAGE', ''),
'username' => env('DB_USERNAME_MESSAGE', ''), 'username' => env('DB_USERNAME_MESSAGE', ''),
'password' => env('DB_PASSWORD_MESSAGE', ''), 'password' => env('DB_PASSWORD_MESSAGE', ''),
'port' => env('DB_PORT', 3306), 'port' => env('DB_PORT', 3306),
......
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