Skip to content

Commit

Permalink
refactor: change [SESSION_DRIVER] from 'redis' to 'database'
Browse files Browse the repository at this point in the history
  • Loading branch information
jippi committed Jan 16, 2025
1 parent 92525d8 commit 3eaa51c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .env.docker
Original file line number Diff line number Diff line change
Expand Up @@ -852,7 +852,7 @@ QUEUE_DRIVER="redis"
#
# @default database
# @dottie/validate required,oneof=file cookie database apc memcached redis array
SESSION_DRIVER="redis"
#SESSION_DRIVER="database"

# Here you may specify the number of minutes that you wish the session to be allowed to remain idle before it expires.
#
Expand Down

0 comments on commit 3eaa51c

Please sign in to comment.