Advertisement
Guest User

xxcc

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