mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-08 20:22:42 +01:00
Bug fixes
This commit is contained in:
parent
247650c02c
commit
412578ad4f
@ -16,7 +16,7 @@
|
|||||||
//dd(new DateTime());
|
//dd(new DateTime());
|
||||||
//Event::fire('user.signup');
|
//Event::fire('user.signup');
|
||||||
//dd(App::environment());
|
//dd(App::environment());
|
||||||
dd(gethostname());
|
//dd(gethostname());
|
||||||
|
|
||||||
|
|
||||||
// TODO_FIX replace with cron
|
// TODO_FIX replace with cron
|
||||||
|
@ -64,7 +64,8 @@ $env = $app->detectEnvironment(array(
|
|||||||
|
|
||||||
'development' => ['precise64', 'ubuntu-server-12042-x64-vbox4210'],
|
'development' => ['precise64', 'ubuntu-server-12042-x64-vbox4210'],
|
||||||
'gae-development' => ['HILLEL-PC','hillel-PC'],
|
'gae-development' => ['HILLEL-PC','hillel-PC'],
|
||||||
'gae-production' => ['GNU/Linux']
|
'gae-production' => ['GNU/Linux'],
|
||||||
|
'fortrabbit' => ['instance-zudx3h.nodes.eu1.frbit.com']
|
||||||
));
|
));
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user