From 412578ad4fa7eb4f5ec29f226d56f70de5797cb2 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Sun, 5 Jan 2014 09:25:15 +0200 Subject: [PATCH] Bug fixes --- app/routes.php | 2 +- bootstrap/start.php | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/app/routes.php b/app/routes.php index 568dcce15220..a36de9e5b8cb 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 11b1b42f8ee0..3d121396a229 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'] )); /*