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:
parent
73c66e7396
commit
056c4ec461
1 changed files with 1 additions and 1 deletions
|
@ -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=redis
|
||||
CACHE_DRIVER=database
|
||||
SESSION_DRIVER=file
|
||||
SESSION_LIFETIME=120
|
||||
QUEUE_CONNECTION=sync
|
||||
|
|
Loading…
Add table
Reference in a new issue