From 2636994241b9fb6c5e40b5089b0d9b11fd8c3d7c Mon Sep 17 00:00:00 2001 From: MarioRadu Date: Thu, 26 Oct 2023 12:20:33 +0300 Subject: [PATCH] removed debugbar.local.php --- config/autoload/debugbar.local.php | 41 ------------------------------ 1 file changed, 41 deletions(-) delete mode 100644 config/autoload/debugbar.local.php diff --git a/config/autoload/debugbar.local.php b/config/autoload/debugbar.local.php deleted file mode 100644 index bd87c6bd..00000000 --- a/config/autoload/debugbar.local.php +++ /dev/null @@ -1,41 +0,0 @@ - [ - /** - * Enable/Disable DebugBar - */ - 'enabled' => false, - - /** - * Enable DebugBar by whitelisting your IPV4 address - */ - 'ipv4Whitelist' => [ - '127.0.0.1', - ], - - /** - * Enable DebugBar by whitelisting your IPV6 address - */ - 'ipv6Whitelist' => [ - '::1', - ], - - /** - * @see \DebugBar\JavascriptRenderer::setOptions() - */ - 'javascript_renderer' => [ - 'base_url' => '', - 'base_path' => '', - 'disable_jquery' => true, - 'disable_fontawesome' => false, - 'disable_highlightjs' => false, - ], - 'application' => [ - 'name' => 'DotKernel', - 'url' => 'a', - ], - ], -];