Setting default db host to 127.0.0.1

parent f0a1dcac
......@@ -83,7 +83,7 @@ class ConfigureDatabase implements SetupScript
*/
protected function askDatabaseHost()
{
$host = $this->command->ask('Enter your database host', 'localhost');
$host = $this->command->ask('Enter your database host', '127.0.0.1');
return $host;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment