Skip to content

Commit

Permalink
Merge pull request #8774 from kenjis/docs-fix-Postgre-DSN
Browse files Browse the repository at this point in the history
docs: fix Postgre DSN sample
  • Loading branch information
kenjis authored Apr 14, 2024
2 parents 898965a + b865586 commit 3b12c44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user_guide_src/source/database/configuration/010.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class Database extends Config

// Postgre
public array $default = [
'DSN' => 'Postgre://username:password@hostname:5432/database?charset=utf8&connect_timeout=5&sslmode=1',
'DSN' => 'Postgre://username:password@hostname:5432/database?charset=utf8&connect_timeout=5&sslmode=require',
// ...
];

Expand Down

0 comments on commit 3b12c44

Please sign in to comment.