Skip to content

Commit ae306c6

Browse files
authored
Merge pull request #465 from dotkernel/arhimede-patch-1
Update PostgreSQL host configuration
2 parents c0a18ef + c78fc7b commit ae306c6

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
@@ -22,7 +22,7 @@ $databases = [
2222
'table_prefix' => '',
2323
],
2424
'postgresql' => [
25-
'host' => 'localhost',
25+
'host' => '127.0.0.1',
2626
'dbname' => 'dotkernel',
2727
'user' => '',
2828
'password' => '',

0 commit comments

Comments
 (0)