This commit is contained in:
2025-12-25 00:53:00 +01:00
parent e4e267aea9
commit 8644e502df
40 changed files with 52 additions and 8 deletions

View File

@@ -25,13 +25,13 @@ $pgsql = [
'driver' => 'pgsql',
'host' => 'localhost',
'port' => 5432,
'dbname' => 'mydb',
'dbname' => 'd0444c21',
// optional: schema/search_path (commonly "public")
'schema' => 'public',
'user' => 'myuser',
'password' => 'secret',
'user' => 'd0444c21',
'password' => 'Rnßü7ROxFTxmOazLNhz/',
'options' => [
PDO::ATTR_ERRMODE => PDO::ERRMODE_EXCEPTION,