Advertisement
Guest User

Untitled

a guest
Feb 11th, 2016
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. APP_ENV=local
  2. APP_DEBUG=true
  3. APP_KEY=noBvTj7TQIS4Sbwc2TddVjoGbdKMHUWg
  4.  
  5. DB_HOST=localhost
  6. DB_DATABASE=homestead
  7. DB_USERNAME=homestead
  8. DB_PASSWORD=secret
  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
  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