Advertisement
Guest User

Untitled

a guest
Nov 18th, 2016
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. APP_ENV=local
  2. APP_DEBUG=true
  3. APP_KEY=base64:4Fp94gsg8gJQKvXSD1VIgAbNoF5HJHMynYAa4y8gDPI=
  4. APP_URL=http://localhost
  5. DB_CONNECTION=mysql
  6. DB_HOST=192.168.50.4
  7. DB_PORT=3306
  8. DB_DATABASE=wordpress_default
  9. DB_USERNAME=wp
  10. DB_PASSWORD=wp
  11. CACHE_DRIVER=file
  12. SESSION_DRIVER=file
  13. QUEUE_DRIVER=sync
  14. REDIS_HOST=127.0.0.1
  15. REDIS_PASSWORD=null
  16. REDIS_PORT=6379
  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