From 067ddb9aac205bdf4eeae99c74d768f12d6bccb6 Mon Sep 17 00:00:00 2001 From: snipe Date: Sat, 30 Nov 2013 17:53:21 -0500 Subject: [PATCH] Config tweaks --- app/config/app.php | 13 ------------- app/config/local/app.example.php | 2 +- 2 files changed, 1 insertion(+), 14 deletions(-) diff --git a/app/config/app.php b/app/config/app.php index 88e396141b..b372b9078d 100755 --- a/app/config/app.php +++ b/app/config/app.php @@ -27,19 +27,6 @@ return array( 'locale' => 'en', - /* - |-------------------------------------------------------------------------- - | Application Debug Mode - |-------------------------------------------------------------------------- - | - | When your application is in debug mode, detailed error messages with - | stack traces will be shown on every error that occurs within your - | application. If disabled, a simple generic error page is shown. - | - */ - - 'debug' => false, - /* |-------------------------------------------------------------------------- | Autoloaded Service Providers diff --git a/app/config/local/app.example.php b/app/config/local/app.example.php index e9b06cdd0f..cda16fae3c 100644 --- a/app/config/local/app.example.php +++ b/app/config/local/app.example.php @@ -26,7 +26,7 @@ return array( | */ - 'url' => 'http://snipeit.dev', + 'url' => 'http://snipe-it-laravel.local:8888', /* |--------------------------------------------------------------------------