Advertisement
Guest User

Untitled

a guest
Nov 24th, 2016
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. COMMON_URL=http://localhost/wonder/common/
  2. SHOP_URL=https://shop-rec.koife.re/
  3.  
  4. APP_ENV=local
  5. APP_DEBUG=true
  6. APP_KEY=f80w9GUpXrUTNMyroyuLwLx4kM19EwmU
  7.  
  8. DB_HOST=localhost
  9. DB_DATABASE=prp_wonder
  10. DB_USERNAME=root
  11. DB_PASSWORD=root
  12.  
  13. CACHE_DRIVER=file
  14. SESSION_DRIVER=file
  15. QUEUE_DRIVER=sync
  16.  
  17. MAIL_DRIVER=smtp
  18. MAIL_HOST=mailtrap.io
  19. MAIL_PORT=2525
  20. MAIL_USERNAME=null
  21. MAIL_PASSWORD=null
  22. MAIL_ENCRYPTION=null
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement