Advertisement
Guest User

test

a guest
Apr 3rd, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. APP_ENV=local
  2. APP_KEY=base64:gE9DGcrKyiwv6+TeX/1QMM/58NXCvwnZJTXjTjB1A+g=
  3. APP_DEBUG=true
  4. APP_LOG_LEVEL=debug
  5. APP_URL=http://localhost
  6.  
  7. DB_GENERAL_CONNECTION=mysql
  8. DB_GENERAL_HOST=127.0.0.1
  9. DB_GENERAL_PORT=3306
  10. DB_GENERAL_DATABASE=general
  11. DB_GENERAL_USERNAME=root
  12. DB_GENERAL_PASSWORD=
  13.  
  14. DB_CONNECTION=mysql
  15. DB_HOST=127.0.0.1
  16. DB_PORT=3306
  17. DB_DATABASE=tt-customers
  18. DB_USERNAME=root
  19. DB_PASSWORD=
  20.  
  21. BROADCAST_DRIVER=log
  22. CACHE_DRIVER=file
  23. SESSION_DRIVER=file
  24. QUEUE_DRIVER=sync
  25.  
  26. REDIS_HOST=127.0.0.1
  27. REDIS_PASSWORD=null
  28. REDIS_PORT=6379
  29.  
  30. MAIL_DRIVER=smtp
  31. MAIL_HOST=mailtrap.io
  32. MAIL_PORT=2525
  33. MAIL_USERNAME=null
  34. MAIL_PASSWORD=null
  35. MAIL_ENCRYPTION=null
  36.  
  37. PUSHER_APP_ID=
  38. PUSHER_KEY=
  39. PUSHER_SECRET=
  40.  
  41. API_STANDARDS_TREE=x
  42. API_DOMAIN=api-tt.dev
  43. API_VERSION=v1
  44. API_NAME="Techtravel API"
  45. API_CONDITIONAL_REQUEST=false
  46. API_DEFAULT_FORMAT=json
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement