diff --git a/app/config/testing/app.example.php b/app/config/testing/app.example.php index ed7cf1ec2a..468bb576ee 100755 --- a/app/config/testing/app.example.php +++ b/app/config/testing/app.example.php @@ -26,7 +26,7 @@ return array( | */ - 'url' => 'http://snipe-it.dev', + 'url' => 'http://localhost', /* |-------------------------------------------------------------------------- diff --git a/bootstrap/start.php b/bootstrap/start.php index 7e8d18b1cd..b7862c418d 100755 --- a/bootstrap/start.php +++ b/bootstrap/start.php @@ -25,8 +25,6 @@ $app = new Illuminate\Foundation\Application; */ $env = $app->detectEnvironment(array( - - 'testing' => array('snipe-it.dev','testing-worker-linux-docker-*'), 'local' => array('homestead','AlisonMBP'), 'staging' => array('stagingweb01'), 'production' => array('www.yourserver.com')