Skip to content

Commit

Permalink
Change CACHE_DRIVER to explain available options
Browse files Browse the repository at this point in the history
  • Loading branch information
rowasc authored Jan 29, 2020
1 parent a2106f0 commit efb4209
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ DB_DATABASE={your-database-name} # example: platform-db
DB_USERNAME={your-database-user} # example: platform-user
DB_PASSWORD={your-database-password} # example: yourpassword

## Cache
CACHE_DRIVER=file
## Cache (you can use array if testing, and memcache or redis for production)
CACHE_DRIVER=redis
# Queues
# This section will be particularly important once we launch release 4.2.x+ and later
# since we will start providing access to queues for CSV exports then)
Expand Down

0 comments on commit efb4209

Please sign in to comment.