From 215c21891b9365d549acdb92bf654283d308fdfc Mon Sep 17 00:00:00 2001 From: Vincent Sposato Date: Sun, 28 Jun 2015 07:40:42 -0400 Subject: [PATCH] Updated start file to include my staging site --- bootstrap/start.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') ));