Config tweaks

This commit is contained in:
snipe
2013-11-30 17:53:21 -05:00
parent b352817407
commit 067ddb9aac
2 changed files with 1 additions and 14 deletions
-13
View File
@@ -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
+1 -1
View File
@@ -26,7 +26,7 @@ return array(
|
*/
'url' => 'http://snipeit.dev',
'url' => 'http://snipe-it-laravel.local:8888',
/*
|--------------------------------------------------------------------------