tweak local environment defaults.

This commit is contained in:
Taylor Otwell 2012-04-13 13:02:20 -05:00
parent 7b7f154edd
commit 1d7c27c19f
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
$environments = array(
'local' => array('*localhost*', '*.dev'),
'local' => array('http://localhost*', '*.dev'),
);