mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Moved session driver setting to be more clear
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
ec01aadbe4
commit
d124c89ced
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue