diff --git a/app/routes.php b/app/routes.php index 568dcce152..a36de9e5b8 100755 --- a/app/routes.php +++ b/app/routes.php @@ -16,7 +16,7 @@ //dd(new DateTime()); //Event::fire('user.signup'); //dd(App::environment()); -dd(gethostname()); +//dd(gethostname()); // TODO_FIX replace with cron diff --git a/bootstrap/start.php b/bootstrap/start.php index 11b1b42f8e..3d121396a2 100755 --- a/bootstrap/start.php +++ b/bootstrap/start.php @@ -64,7 +64,8 @@ $env = $app->detectEnvironment(array( 'development' => ['precise64', 'ubuntu-server-12042-x64-vbox4210'], 'gae-development' => ['HILLEL-PC','hillel-PC'], - 'gae-production' => ['GNU/Linux'] + 'gae-production' => ['GNU/Linux'], + 'fortrabbit' => ['instance-zudx3h.nodes.eu1.frbit.com'] )); /*