Skip to content

Commit cb19037

Browse files
committed
Change localhost to 127.0.0.1
1 parent ce4f6a7 commit cb19037

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Dsn.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ final class Dsn extends AbstractDsn
1818
*/
1919
public function __construct(
2020
string $driver = 'pgsql',
21-
string $host = 'localhost',
21+
string $host = '127.0.0.1',
2222
string|null $databaseName = 'postgres',
2323
string $port = '5432',
2424
array $options = []

0 commit comments

Comments
 (0)