|
@@ -25,7 +25,7 @@ return array(
|
|
'host' => 'localhost',
|
|
'host' => 'localhost',
|
|
'database' => 'homestead',
|
|
'database' => 'homestead',
|
|
'username' => 'homestead',
|
|
'username' => 'homestead',
|
|
- 'password' => '',
|
|
|
|
|
|
+ 'password' => 'secret',
|
|
'charset' => 'utf8',
|
|
'charset' => 'utf8',
|
|
'collation' => 'utf8_unicode_ci',
|
|
'collation' => 'utf8_unicode_ci',
|
|
'prefix' => '',
|
|
'prefix' => '',
|
|
@@ -36,7 +36,7 @@ return array(
|
|
'host' => 'localhost',
|
|
'host' => 'localhost',
|
|
'database' => 'homestead',
|
|
'database' => 'homestead',
|
|
'username' => 'homestead',
|
|
'username' => 'homestead',
|
|
- 'password' => '',
|
|
|
|
|
|
+ 'password' => 'secret',
|
|
'charset' => 'utf8',
|
|
'charset' => 'utf8',
|
|
'prefix' => '',
|
|
'prefix' => '',
|
|
'schema' => 'public',
|
|
'schema' => 'public',
|