From 913de113ecc8aa65e10cca3da1f82762be08c7b3 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Sat, 3 Nov 2018 22:00:59 -0600 Subject: [PATCH] Update debugbar config --- config/debugbar.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/debugbar.php b/config/debugbar.php index 589c18916..63a4e97e9 100644 --- a/config/debugbar.php +++ b/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)