Skip to content

Commit adc53c7

Browse files
committed
Update readme for storage drivers
1 parent c4c6331 commit adc53c7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/config/config.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,11 @@
2020
| Storage settings
2121
|--------------------------------------------------------------------------
2222
|
23-
| DebugBar stores data for session/ajax requests in a directory.
23+
| DebugBar stores data for session/ajax requests.
2424
| You can disable this, so the debugbar stores data in headers/session,
2525
| but this can cause problems with large data collectors.
26+
| By default, file storage (in the storage folder) is used. Redis and PDO
27+
| can also be used. For PDO, run the package migrations first.
2628
|
2729
*/
2830
'storage' => array(

0 commit comments

Comments
 (0)