Advertisement
Guest User

Untitled

a guest
Jul 10th, 2016
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. APP_ENV=local
  2. APP_DEBUG=true
  3. APP_KEY=11mw9hJML4VDO3PGrtIFnUaE8hCrXads
  4.  
  5. DB_HOST=127.0.0.1
  6. DB_DATABASE=blog
  7. DB_USERNAME=root
  8. DB_PASSWORD=
  9.  
  10. CACHE_DRIVER=file
  11. SESSION_DRIVER=file
  12. QUEUE_DRIVER=sync
  13.  
  14. REDIS_HOST=localhost
  15. REDIS_PASSWORD=null
  16. REDIS_PORT=6379
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement