Skip to content

Commit

Permalink
cleaning up unused config paths from bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
drinkyouroj committed Nov 10, 2014
1 parent 169f716 commit 741ed63
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions laravel/bootstrap/start.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,6 @@
*/

$env = $app->detectEnvironment(array(

//All them Rackspace servers
'dev' => array('twothousand14','ttt4gb'),
//'testing' => array('rescue-hhvmtest','RESCUE-hhvmtest'),

//Single server production
'ec2-beta' => array('beta*'),
'ec2-staging' => array('staging*'),
'ec2-testing' => array('testing*'),

//Cluster production
'ec2-cluster' => array('web0*'),

// personal dev machines
'vagrant' => array('localhost:4567', 'vagrant-fedora-19*'),
'ryvagrant' => array('ryvagrant*'),
Expand Down

0 comments on commit 741ed63

Please sign in to comment.