Commit 3c922db7 by 朱继来

调整

parent 47d99612
Showing with 1 additions and 1 deletions
...@@ -73,7 +73,7 @@ return [ ...@@ -73,7 +73,7 @@ return [
'web' => [ 'web' => [
'driver' => 'mysql', 'driver' => 'mysql',
'host' => env('DB_HOST', ''), 'host' => env('DB_HOST_WEB', ''),
'database' => env('DB_DATABASE_WEB', ''), 'database' => env('DB_DATABASE_WEB', ''),
'username' => env('DB_USERNAME_WEB', ''), 'username' => env('DB_USERNAME_WEB', ''),
'password' => env('DB_PASSWORD_WEB', ''), 'password' => env('DB_PASSWORD_WEB', ''),
......
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