diff --git a/bootstrap/start.php b/bootstrap/start.php index d2fb269..7633401 100644 --- a/bootstrap/start.php +++ b/bootstrap/start.php @@ -26,7 +26,7 @@ $env = $app->detectEnvironment(array( - 'local' => ['testing', 'radio', 'debian-7'], + 'local' => ['radio'], 'production' => ['dev.hiroto.eu'], ));