1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-08 20:22:42 +01:00

Bug fixes

This commit is contained in:
Hillel Coren 2014-01-05 09:25:15 +02:00
parent 247650c02c
commit 412578ad4f
2 changed files with 3 additions and 2 deletions

View File

@ -16,7 +16,7 @@
//dd(new DateTime());
//Event::fire('user.signup');
//dd(App::environment());
dd(gethostname());
//dd(gethostname());
// TODO_FIX replace with cron

View File

@ -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']
));
/*