mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-21 22:11:26 +00:00
Update debugbar config
This commit is contained in:
parent
32010897c1
commit
913de113ec
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue