Skip to content

Commit 6f00589

Browse files
committed
Cleaning up some default values.
1 parent 0935b04 commit 6f00589

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/config/local/database.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
'host' => 'localhost',
2626
'database' => 'homestead',
2727
'username' => 'homestead',
28-
'password' => '',
28+
'password' => 'secret',
2929
'charset' => 'utf8',
3030
'collation' => 'utf8_unicode_ci',
3131
'prefix' => '',
@@ -36,7 +36,7 @@
3636
'host' => 'localhost',
3737
'database' => 'homestead',
3838
'username' => 'homestead',
39-
'password' => '',
39+
'password' => 'secret',
4040
'charset' => 'utf8',
4141
'prefix' => '',
4242
'schema' => 'public',

bootstrap/start.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
$env = $app->detectEnvironment(array(
2828

29-
'local' => array('your-machine-name'),
29+
'local' => array('homestead'),
3030

3131
));
3232

0 commit comments

Comments
 (0)