Skip to content

Commit

Permalink
Update debugbar.php (#1445)
Browse files Browse the repository at this point in the history
  • Loading branch information
barryvdh authored Aug 24, 2023
1 parent b499790 commit 070a313
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/debugbar.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@
| By default, file storage (in the storage folder) is used. Redis and PDO
| can also be used. For PDO, run the package migrations first.
|
| Warning: Enabling storage.open will allow everyone to access previous
| request, do not enable open storage in publicly available environments!
| Warning: Enabling storage.open will allow everyone to access previous
| request, do not enable open storage in publicly available environments!
| Specify a callback if you want to limit based on IP or authentication.
*/
'storage' => [
'enabled' => true,
'open' => env('DEBUGBAR_OPEN_STORAGE', false), // bool/callback.
'open' => env('DEBUGBAR_OPEN_STORAGE', false), // bool/callback.
'driver' => 'file', // redis, file, pdo, socket, custom
'path' => storage_path('debugbar'), // For file driver
'connection' => null, // Leave null for default connection (Redis/PDO)
Expand Down

0 comments on commit 070a313

Please sign in to comment.