Browse Source

tweak local environment defaults.

Taylor Otwell 12 years ago
parent
commit
1d7c27c19f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      paths.php

+ 1 - 1
paths.php

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