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