Advertisement
Guest User

Untitled

a guest
May 2nd, 2016
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. APP_ENV=local
  2. APP_DEBUG=true
  3. APP_KEY=base64:9/Q1vx0lRYPDmPRm4mpyaZTRe7qVMCY4idSSO7ug2Gs=
  4. APP_URL=http://localhost
  5.  
  6. DB_CONNECTION=sqlite
  7. DB_HOST=127.0.0.1
  8. DB_PORT=3306
  9.  
  10. CACHE_DRIVER=file
  11. SESSION_DRIVER=file
  12. QUEUE_DRIVER=sync
  13.  
  14. REDIS_HOST=127.0.0.1
  15. REDIS_PASSWORD=null
  16. REDIS_PORT=6379
  17.  
  18. MAIL_DRIVER=smtp
  19. MAIL_HOST=mailtrap.io
  20. MAIL_PORT=2525
  21. MAIL_USERNAME=null
  22. MAIL_PASSWORD=null
  23. MAIL_ENCRYPTION=null
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement