Another PgSQL update

This commit is contained in:
Pinga 2024-01-05 22:11:06 +02:00
parent 0cec56475a
commit c256cd9fc9
7 changed files with 173 additions and 171 deletions

View file

@ -43,7 +43,6 @@ return [
'database' => $_ENV['DB_DATABASE'] ?? 'db_username',
'username' => $_ENV['DB_USERNAME'] ?? 'db_password',
'password' => $_ENV['DB_PASSWORD'] ?? '',
'charset' => 'utf8',
'prefix' => '',
'schema' => 'public',
'sslmode' => 'prefer',