Skip to content

Commit

Permalink
docs: fix Postgre DSN sample
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjis committed Apr 13, 2024
1 parent 04394c6 commit b865586
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 b865586

Please sign in to comment.