Change local database user.
This commit is contained in:
parent
ca651a7815
commit
b9c69c6d94
|
@ -24,7 +24,7 @@
|
|||
'driver' => 'mysql',
|
||||
'host' => 'localhost',
|
||||
'database' => 'homestead',
|
||||
'username' => 'vagrant',
|
||||
'username' => 'homestead',
|
||||
'password' => '',
|
||||
'charset' => 'utf8',
|
||||
'collation' => 'utf8_unicode_ci',
|
||||
|
@ -35,7 +35,7 @@
|
|||
'driver' => 'pgsql',
|
||||
'host' => 'localhost',
|
||||
'database' => 'homestead',
|
||||
'username' => 'vagrant',
|
||||
'username' => 'homestead',
|
||||
'password' => '',
|
||||
'charset' => 'utf8',
|
||||
'prefix' => '',
|
||||
|
|
Loading…
Reference in New Issue