From b9c69c6d9484d759742100c666367d8327d9f6ae Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Mon, 12 May 2014 13:34:01 -0500 Subject: [PATCH] Change local database user. --- app/config/local/database.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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' => '',