Commit 6f005892 authored by Taylor Otwell's avatar Taylor Otwell

Cleaning up some default values.

parent 0935b042
...@@ -25,7 +25,7 @@ return array( ...@@ -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( ...@@ -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',
......
...@@ -26,7 +26,7 @@ $app = new Illuminate\Foundation\Application; ...@@ -26,7 +26,7 @@ $app = new Illuminate\Foundation\Application;
$env = $app->detectEnvironment(array( $env = $app->detectEnvironment(array(
'local' => array('your-machine-name'), 'local' => array('homestead'),
)); ));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment