update config/database pgsql_second

This commit is contained in:
Bob Molitor
2025-10-20 11:27:10 +02:00
parent 8167b625ef
commit 91d3fd47cb
+1 -1
View File
@@ -83,7 +83,7 @@ return [
],
'pgsql_second' => [
'driver' => 'pgsql',
'driver' => env('DB_CONNECTION2'),
'host' => env('DB_HOST2', '127.0.0.1'),
'port' => env('DB_PORT2', '5433'),
'database' => env('DB_DATABASE2', 'laravel'),