mirror of
https://github.com/getnamingo/registry.git
synced 2025-08-05 17:18:04 +02:00
Another PgSQL update
This commit is contained in:
parent
0cec56475a
commit
c256cd9fc9
7 changed files with 173 additions and 171 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue