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

@@ -25,7 +25,7 @@ $pgsql = [
'driver' => 'pgsql',
'host' => 'localhost',
'port' => 5432,
'dbname' => 'mydb',
'dbname' => 'nexus_live',
// optional: schema/search_path (commonly "public")
'schema' => 'public',