]> BookStack Code Mirror - bookstack/blobdiff - config/app.php
Merge pull request #9 from BookStackApp/master
[bookstack] / config / app.php
index e70724dce41c9a135492e7c71f40cc313260b6e1..feab6651c3252706473b2abf67d0dc85ed2b3b40 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),
 
     /*
     |--------------------------------------------------------------------------