Skip to content

Commit

Permalink
use file store for sessions
Browse files Browse the repository at this point in the history
  • Loading branch information
cydrobolt committed Nov 3, 2015
1 parent f0162c7 commit 6b06047
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .env.example
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down

0 comments on commit 6b06047

Please sign in to comment.