From ce6e417a02df729bf4c60c14037dc74876aed5a8 Mon Sep 17 00:00:00 2001 From: snipe Date: Tue, 11 Aug 2015 20:45:59 -0700 Subject: [PATCH] ... --- app/config/testing/app.example.php | 2 +- bootstrap/start.php | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) 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')