Skip to content

Commit

Permalink
Change the CACHE_STORE default value to file
Browse files Browse the repository at this point in the history
  • Loading branch information
realodix committed May 24, 2024
1 parent ae5956d commit 2e26fc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ BROADCAST_CONNECTION=log
FILESYSTEM_DISK=local
QUEUE_CONNECTION=database

CACHE_STORE=database
CACHE_STORE=file
CACHE_PREFIX=

MEMCACHED_HOST=127.0.0.1
Expand Down

0 comments on commit 2e26fc9

Please sign in to comment.