Browse Source

Change local database user.

Taylor Otwell 11 years ago
parent
commit
b9c69c6d94
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app/config/local/database.php

+ 2 - 2
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'   => '',