update
This commit is contained in:
@@ -24,8 +24,8 @@ $driver = 'pgsql';
|
||||
$pgsql = [
|
||||
'driver' => 'pgsql',
|
||||
'host' => 'localhost',
|
||||
'port' => 5432,
|
||||
'dbname' => 'mydb',
|
||||
'port' => 5433,
|
||||
'dbname' => 'nexus_staging',
|
||||
|
||||
// optional: schema/search_path (commonly "public")
|
||||
'schema' => 'public',
|
||||
|
||||
Reference in New Issue
Block a user