Advertisement
Guest User

Untitled

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