Advertisement
Guest User

Untitled

a guest
Aug 2nd, 2017
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. APP_NAME=Laravel
  2. APP_ENV=local
  3. APP_KEY=base64:+dfNDA1/sDwVbDdKcL1jWJ4GsFAmJa/a1vbfoZ8kaMQ=
  4. APP_DEBUG=true
  5. APP_LOG_LEVEL=debug
  6. APP_URL=http://localhost
  7.  
  8. JWT_SECRET=QsVgNybA3Day09pUWxKrAeGTGQZIP2QX
  9.  
  10. L5_SWAGGER_GENERATE_ALWAYS=true
  11.  
  12. DB_CONNECTION=mysql
  13. DB_HOST=mysql
  14. DB_PORT=3306
  15. DB_DATABASE=homestead
  16. DB_USERNAME=root
  17. DB_PASSWORD=root
  18.  
  19. BROADCAST_DRIVER=log
  20. CACHE_DRIVER=file
  21. SESSION_DRIVER=file
  22. QUEUE_DRIVER=database
  23.  
  24. REDIS_HOST=redis-10548.c10.us-east-1-4.ec2.cloud.redislabs.com
  25. REDIS_PASSWORD=null
  26. REDIS_PORT=10548
  27.  
  28. MAIL_DRIVER=smtp
  29. MAIL_HOST=mailtrap.io
  30. MAIL_PORT=2525
  31. MAIL_USERNAME=1c58717f365420
  32. MAIL_PASSWORD=96e9677e554707
  33. MAIL_ENCRYPTION=null
  34.  
  35. PUSHER_APP_ID=
  36. PUSHER_APP_KEY=
  37. PUSHER_APP_SECRET=
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement