]> BookStack Code Mirror - bookstack/blobdiff - config/app.php
Merge pull request #10 from BookStackApp/master
[bookstack] / config / app.php
index 54cdca21bb25893d8c5b85aa4bc78a5eb10aa891..13bb9aa7ddb90d4b08ee8e4bf03fc6e5a7410ede 100644 (file)
@@ -3,7 +3,7 @@
 return [
 
 
-    'env' => env('APP_ENV', 'production'),
+    'env' => env('APP_ENV', 'development'),
 
     'editor' => env('APP_EDITOR', 'html'),
 
@@ -18,7 +18,7 @@ return [
     |
     */
 
-    'debug' => env('APP_DEBUG', false),
+    'debug' => env('APP_DEBUG', true),
 
     /*
     |--------------------------------------------------------------------------