This commit is contained in:
2026-03-02 21:51:44 +01:00
parent f56b63cff6
commit 6232afdc4e
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ $driver = 'pgsql';
// ---- PostgreSQL (PDO driver: pgsql) -------------------------
$pgsql = [
'driver' => 'pgsql',
'host' => 'localhost',
'host' => 'staging_db_nexus',
'port' => 5433,
'dbname' => 'nexus_staging',