1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/monica_ynh.git synced 2024-09-03 19:46:23 +02:00

Added redis to .env file

This commit is contained in:
anmol26s 2021-03-04 23:47:37 +05:30
parent f206d27b2c
commit b468c11a33

View file

@ -104,7 +104,7 @@ CHECK_VERSION=true
#. Queue: sync, database, beanstalkd, sqs, redis #. Queue: sync, database, beanstalkd, sqs, redis
# If Queue is not set to 'sync', you'll have to set a queue worker # 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 # See https://laravel.com/docs/5.7/queues#running-the-queue-worker
CACHE_DRIVER=database CACHE_DRIVER=redis
SESSION_DRIVER=file SESSION_DRIVER=file
SESSION_LIFETIME=120 SESSION_LIFETIME=120
QUEUE_CONNECTION=sync QUEUE_CONNECTION=sync