diff --git a/.gitignore b/.gitignore index 95021d6f42..9ec6975777 100755 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ /app/config/staging /app/config/development +/app/config/fortrabbit /app/storage /public/logo /public/build diff --git a/README.md b/README.md index c1a903fa99..75d68143e7 100755 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Invoice Ninja ## Simple, Intuitive Invoicing -### Live demo: [http://invoice-ninja.appspot.com](http://invoice-ninja.appspot.com/) +### Live demo: [http://invoice-ninja.eu1.frbit.net](http://invoice-ninja.eu1.frbit.net) ### Introduction Most online invoicing sites are expensive. They shouldn't be. The aim of this project is to provide a free, open-source alternative. Additionally, the hope is this codebase will serve as a sample site for Laravel as well as other JavaScript technologies. diff --git a/app/routes.php b/app/routes.php index a36de9e5b8..568dcce152 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