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