This commit is contained in:
2026-03-02 22:32:07 +01:00
parent e819673015
commit bf39dbd959

View File

@@ -24,7 +24,7 @@ $driver = 'pgsql';
$pgsql = [ $pgsql = [
'driver' => 'pgsql', 'driver' => 'pgsql',
'host' => 'staging_db_nexus', 'host' => 'staging_db_nexus',
'port' => 5433, 'port' => 5432,
'dbname' => 'nexus_staging', 'dbname' => 'nexus_staging',
// optional: schema/search_path (commonly "public") // optional: schema/search_path (commonly "public")