diff --git a/bootstrap/start.php b/bootstrap/start.php index 5f1690cab9..28bb4a3f5d 100755 --- a/bootstrap/start.php +++ b/bootstrap/start.php @@ -27,7 +27,7 @@ $app = new Illuminate\Foundation\Application; $env = $app->detectEnvironment(array( 'local' => array('homestead','AlisonMBP'), - 'staging' => array('staging.yourserver.com'), + 'staging' => array('stagingweb01'), 'production' => array('www.yourserver.com') ));