Change local database user.
This commit is contained in:
@@ -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(
|
|||||||
'driver' => 'pgsql',
|
'driver' => 'pgsql',
|
||||||
'host' => 'localhost',
|
'host' => 'localhost',
|
||||||
'database' => 'homestead',
|
'database' => 'homestead',
|
||||||
'username' => 'vagrant',
|
'username' => 'homestead',
|
||||||
'password' => '',
|
'password' => '',
|
||||||
'charset' => 'utf8',
|
'charset' => 'utf8',
|
||||||
'prefix' => '',
|
'prefix' => '',
|
||||||
|
|||||||
Reference in New Issue
Block a user