Skip to content

Commit badcb71

Browse files
committed
update CACHE_STORE to use file instead of database in .env.example
1 parent c064e59 commit badcb71

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ BROADCAST_CONNECTION=log
3737
FILESYSTEM_DISK=local
3838
QUEUE_CONNECTION=database
3939

40-
CACHE_STORE=database
40+
CACHE_STORE=file
4141
# CACHE_PREFIX=
4242

4343
MEMCACHED_HOST=127.0.0.1

0 commit comments

Comments
 (0)