This commit is contained in:
2026-03-02 01:13:23 +01:00
parent 42975e478c
commit b6cfb58fda
4 changed files with 6 additions and 6 deletions

View File

@@ -30,8 +30,8 @@ $pgsql = [
// optional: schema/search_path (commonly "public")
'schema' => 'public',
'user' => 'myuser',
'password' => 'secret',
'user' => 'admin',
'password' => 'Hc7LAjDBZbXQBoSzDkaV',
'options' => [
PDO::ATTR_ERRMODE => PDO::ERRMODE_EXCEPTION,