Moved session driver setting to be more clear

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2022-07-18 16:47:46 -07:00
parent ec01aadbe4
commit d124c89ced

View file

@ -76,6 +76,7 @@ ALLOW_DATA_PURGE=false
# --------------------------------------------
# OPTIONAL: SESSION SETTINGS
# --------------------------------------------
SESSION_DRIVER=file
SESSION_LIFETIME=12000
EXPIRE_ON_CLOSE=false
ENCRYPT=false
@ -98,7 +99,6 @@ ENABLE_HSTS=false
# OPTIONAL: CACHE SETTINGS
# --------------------------------------------
CACHE_DRIVER=file
SESSION_DRIVER=file
QUEUE_DRIVER=sync
CACHE_PREFIX=snipeit