diff --git a/config/autoload/local.php.dist b/config/autoload/local.php.dist index f37da1e..29ae708 100644 --- a/config/autoload/local.php.dist +++ b/config/autoload/local.php.dist @@ -16,7 +16,7 @@ $databases = [ 'table_prefix' => '', ], 'postgresql' => [ - 'host' => 'localhost', + 'host' => '127.0.0.1', 'dbname' => 'dotkernel', 'user' => '', 'password' => '',