Skip to content

Commit c78fc7b

Browse files
authored
Update PostgreSQL host configuration
Change PostgreSQL host from 'localhost' to '127.0.0.1'. Postgres accept localhost only for socket connections, Only 127.0.01 can be configured for `md5` or `Ident` connections Signed-off-by: arhimede <julian@dotkernel.com>
1 parent e480055 commit c78fc7b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/autoload/local.php.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ $databases = [
1616
'table_prefix' => '',
1717
],
1818
'postgresql' => [
19-
'host' => 'localhost',
19+
'host' => '127.0.0.1',
2020
'dbname' => 'dotkernel',
2121
'user' => '',
2222
'password' => '',

0 commit comments

Comments
 (0)