Commit b9c69c6d authored by Taylor Otwell's avatar Taylor Otwell

Change local database user.

parent ca651a78
...@@ -24,7 +24,7 @@ return array( ...@@ -24,7 +24,7 @@ return array(
'driver' => 'mysql', 'driver' => 'mysql',
'host' => 'localhost', 'host' => 'localhost',
'database' => 'homestead', 'database' => 'homestead',
'username' => 'vagrant', 'username' => 'homestead',
'password' => '', 'password' => '',
'charset' => 'utf8', 'charset' => 'utf8',
'collation' => 'utf8_unicode_ci', 'collation' => 'utf8_unicode_ci',
...@@ -35,7 +35,7 @@ return array( ...@@ -35,7 +35,7 @@ return array(
'driver' => 'pgsql', 'driver' => 'pgsql',
'host' => 'localhost', 'host' => 'localhost',
'database' => 'homestead', 'database' => 'homestead',
'username' => 'vagrant', 'username' => 'homestead',
'password' => '', 'password' => '',
'charset' => 'utf8', 'charset' => 'utf8',
'prefix' => '', 'prefix' => '',
......
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