1
0
mirror of https://github.com/cydrobolt/polr.git synced 2024-09-19 15:11:40 +02:00

use file store for sessions

This commit is contained in:
Chaoyi Zha 2015-11-02 23:16:06 -05:00
parent f0162c7559
commit 6b06047a29

View File

@ -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