We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04394c6 commit b865586Copy full SHA for b865586
user_guide_src/source/database/configuration/010.php
@@ -10,7 +10,7 @@ class Database extends Config
10
11
// Postgre
12
public array $default = [
13
- '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',
14
// ...
15
];
16
0 commit comments