浏览代码

Update debugbar config

Daniel Supernault 6 年之前
父节点
当前提交
913de113ec
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      config/debugbar.php

+ 2 - 2
config/debugbar.php

@@ -14,7 +14,7 @@ return [
      |
      */
 
-    'enabled' => env('DEBUGBAR_ENABLED', false),
+    'enabled' => false,
     'except'  => [
         //
     ],
@@ -32,7 +32,7 @@ return [
      |
      */
     'storage' => [
-        'enabled'    => true,
+        'enabled'    => false,
         'driver'     => 'file', // redis, file, pdo, custom
         'path'       => storage_path('debugbar'), // For file driver
         'connection' => null,   // Leave null for default connection (Redis/PDO)