diff --git a/app/config/local/database.php b/app/config/local/database.php index 6d802fa8..5c68b56b 100644 --- a/app/config/local/database.php +++ b/app/config/local/database.php @@ -24,7 +24,7 @@ return array( 'driver' => 'mysql', 'host' => 'localhost', 'database' => 'homestead', - 'username' => 'vagrant', + 'username' => 'homestead', 'password' => '', 'charset' => 'utf8', 'collation' => 'utf8_unicode_ci', @@ -35,7 +35,7 @@ return array( 'driver' => 'pgsql', 'host' => 'localhost', 'database' => 'homestead', - 'username' => 'vagrant', + 'username' => 'homestead', 'password' => '', 'charset' => 'utf8', 'prefix' => '',