Guest User

Untitled

a guest
Oct 17th, 2017
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. APP_ENV=local
  2. APP_DEBUG=true
  3. APP_KEY=base64:mu/+MkRD+zzoyAN4Z/nX3bptvxWTJoHIae/CMbdmLos=
  4. APP_URL=http://localhost/
  5.  
  6. DB_CONNECTION=mysql
  7. DB_HOST=127.0.0.1
  8. DB_PORT=3306
  9. DB_DATABASE=mospur_mospur
  10. DB_USERNAME=root
  11. DB_PASSWORD=mind
  12.  
  13.  
  14. CACHE_DRIVER=file
  15. SESSION_DRIVER=file
  16. QUEUE_DRIVER=database
  17.  
  18. REDIS_HOST=127.0.0.1
  19. REDIS_PASSWORD=null
  20. REDIS_PORT=6379
  21.  
  22.  
  23. MAIL_DRIVER=smtp
  24. MAIL_HOST=smtp.gmail.com
  25. MAIL_PORT=587
  26. MAIL_USERNAME=sagar.mindinventory@gmail.com
  27. MAIL_PASSWORD=Mind@123
  28. MAIL_ENCRYPTION=tls
  29. MAIL_SENDER_ADDRESS=sagar.mindinventory@gmail.com
  30. MAIL_SENDER_NAME="Sagar Bhagdev"
  31.  
  32. API_PREFIX=api
  33. API_STANDARDS_TREE=x
  34. API_VERSION=v1
  35. API_SUBTYPE=api
  36. API_STRICT=false
  37. API_DEBUG=false
  38.  
  39. APP_LOG=daily
  40. APP_MAX_FILES=30
Add Comment
Please, Sign In to add comment