Pārlūkot izejas kodu

Update debugbar config

Daniel Supernault 6 gadi atpakaļ
vecāks
revīzija
913de113ec
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  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)