Advertisement
Guest User

Untitled

a guest
Apr 22nd, 2016
85
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:P+CQ2aAIEBgQdUcYMjfo2T2umL6QLFjXTAVY8IOnTGQ=
  4. APP_URL=http://localhost
  5.  
  6. DB_HOST=phpmyadmin.integration.arco.me
  7. DB_PORT=3306
  8. DB_DATABASE=integration006
  9. DB_USERNAME=integration006
  10. DB_PASSWORD=15972863
  11.  
  12. CACHE_DRIVER=file
  13. SESSION_DRIVER=file
  14. QUEUE_DRIVER=sync
  15.  
  16. REDIS_HOST=127.0.0.1
  17. REDIS_PASSWORD=null
  18. REDIS_PORT=6379
  19.  
  20. MAIL_DRIVER=smtp
  21. MAIL_HOST=mailtrap.io
  22. MAIL_PORT=2525
  23. MAIL_USERNAME=null
  24. MAIL_PASSWORD=null
  25. MAIL_ENCRYPTION=null
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement