update config/database pgsql_second
This commit is contained in:
+1
-1
@@ -83,7 +83,7 @@ return [
|
|||||||
],
|
],
|
||||||
|
|
||||||
'pgsql_second' => [
|
'pgsql_second' => [
|
||||||
'driver' => 'pgsql',
|
'driver' => env('DB_CONNECTION2'),
|
||||||
'host' => env('DB_HOST2', '127.0.0.1'),
|
'host' => env('DB_HOST2', '127.0.0.1'),
|
||||||
'port' => env('DB_PORT2', '5433'),
|
'port' => env('DB_PORT2', '5433'),
|
||||||
'database' => env('DB_DATABASE2', 'laravel'),
|
'database' => env('DB_DATABASE2', 'laravel'),
|
||||||
|
|||||||
Reference in New Issue
Block a user