diff --git a/conf/.env b/conf/.env index 314e600..2704727 100644 --- a/conf/.env +++ b/conf/.env @@ -104,7 +104,7 @@ CHECK_VERSION=true #. Queue: sync, database, beanstalkd, sqs, redis # If Queue is not set to 'sync', you'll have to set a queue worker # See https://laravel.com/docs/5.7/queues#running-the-queue-worker -CACHE_DRIVER=database +CACHE_DRIVER=redis SESSION_DRIVER=file SESSION_LIFETIME=120 QUEUE_CONNECTION=sync