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

Redis do not work.Using database again

This commit is contained in:
anmol26s 2021-03-05 01:42:19 +05:30
parent 73c66e7396
commit 056c4ec461

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=redis CACHE_DRIVER=database
SESSION_DRIVER=file SESSION_DRIVER=file
SESSION_LIFETIME=120 SESSION_LIFETIME=120
QUEUE_CONNECTION=sync QUEUE_CONNECTION=sync