Advertisement
Guest User

Untitled

a guest
Oct 5th, 2017
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. APP_ENV=local
  2. APP_DEBUG=true
  3. APP_KEY=base64:JcPXqXb0NulAd2vQ5WRcQ2R4skrar8jGmywkA2hU3YY=
  4. APP_URL=http://localhost
  5.  
  6. CACHE_DRIVER=file
  7. SESSION_DRIVER=file
  8. QUEUE_DRIVER=sync
  9.  
  10. REDIS_HOST=127.0.0.1
  11. REDIS_PASSWORD=null
  12. REDIS_PORT=6379
  13.  
  14. MAIL_DRIVER=smtp
  15. MAIL_HOST=mailtrap.io
  16. MAIL_PORT=2525
  17. MAIL_USERNAME=null
  18. MAIL_PASSWORD=null
  19. MAIL_ENCRYPTION=null
  20.  
  21. DB_CONNECTION=pgsql
  22. DB_HOST=104.236.62.144
  23. DB_PORT=5432
  24. DB_DATABASE=mplusinvest
  25. DB_USERNAME=root
  26. DB_PASSWORD=mplusinvest5254
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement