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.
localhost
127.0.0.1
1 parent ce4f6a7 commit cb19037Copy full SHA for cb19037
src/Dsn.php
@@ -18,7 +18,7 @@ final class Dsn extends AbstractDsn
18
*/
19
public function __construct(
20
string $driver = 'pgsql',
21
- string $host = 'localhost',
+ string $host = '127.0.0.1',
22
string|null $databaseName = 'postgres',
23
string $port = '5432',
24
array $options = []
0 commit comments