Restore session-lifetime default duration

This commit is contained in:
Bubka
2022-07-18 14:30:09 +02:00
parent d34d6b1682
commit 74ee0cfecb
3 changed files with 3 additions and 3 deletions

View File

@ -102,7 +102,7 @@ services:
# Unless you like to tinker and know what you're doing.
- BROADCAST_DRIVER=log
- QUEUE_DRIVER=sync
- SESSION_LIFETIME=12
- SESSION_LIFETIME=120
- REDIS_HOST=127.0.0.1
- REDIS_PASSWORD=null
- REDIS_PORT=6379