Advertisement
Guest User

Untitled

a guest
Jul 13th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. APP_NAME=Support
  2. APP_ENV=local
  3. APP_KEY=base64:geYO5fVcJISx9MCXty7BwpPi7ioNeKrZJ29rc6jx2iI=
  4. APP_DEBUG=true
  5. APP_LOG_LEVEL=debug
  6. APP_URL=http://localhost
  7.  
  8. DB_CONNECTION=mysql
  9. DB_HOST=127.0.0.1
  10. DB_PORT=8889
  11. DB_DATABASE=techwise
  12. DB_USERNAME=root
  13. DB_PASSWORD=root
  14.  
  15. BROADCAST_DRIVER=log
  16. CACHE_DRIVER=file
  17. SESSION_DRIVER=file
  18. QUEUE_DRIVER=sync
  19.  
  20. REDIS_HOST=127.0.0.1
  21. REDIS_PASSWORD=null
  22. REDIS_PORT=6379
  23.  
  24. MAIL_DRIVER=smtp
  25. MAIL_HOST=smtp.mailtrap.io
  26. MAIL_PORT=2525
  27. MAIL_USERNAME=62c872b4498ae6
  28. MAIL_PASSWORD=9a8f1703aa25d3
  29. MAIL_ENCRYPTION=null
  30.  
  31. PUSHER_APP_ID=
  32. PUSHER_APP_KEY=
  33. PUSHER_APP_SECRET=
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement