This commit is contained in:
2026-03-02 01:30:07 +01:00
parent b6cfb58fda
commit c92f6d7673
3 changed files with 52 additions and 3 deletions

View File

@@ -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',