mirror of
https://github.com/cydrobolt/polr.git
synced 2024-11-09 19:52:28 +01:00
use file store for sessions
This commit is contained in:
parent
f0162c7559
commit
6b06047a29
@ -1,6 +1,6 @@
|
||||
APP_ENV=local
|
||||
APP_DEBUG=true
|
||||
APP_KEY=superrandomkey
|
||||
APP_ENV=production
|
||||
APP_DEBUG=false
|
||||
APP_KEY=f*Myq9c3WIUAH%st1HsM^#rVJPB6Ppaq
|
||||
|
||||
APP_LOCALE=en
|
||||
APP_FALLBACK_LOCALE=en
|
||||
@ -13,7 +13,7 @@ DB_USERNAME=root
|
||||
DB_PASSWORD=root
|
||||
|
||||
CACHE_DRIVER=file
|
||||
SESSION_DRIVER=database
|
||||
SESSION_DRIVER=file
|
||||
QUEUE_DRIVER=database
|
||||
|
||||
# MAIL_DRIVER=smtp
|
||||
|
Loading…
Reference in New Issue
Block a user