Advertisement
Guest User

Untitled

a guest
May 9th, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. APP_ENV=local
  2. APP_DEBUG=true
  3. APP_KEY=base64:OmDHaBCgQt8DQ7hVqxY51nV2ODOp1HAgGaWRKwcP4wc=
  4. APP_URL=http://localhost
  5.  
  6. DB_CONNECTION=mysql
  7. DB_HOST=localhost
  8. DB_PORT=3306
  9. DB_DATABASE=laravel
  10. DB_USERNAME=root
  11. DB_PASSWORD=
  12.  
  13. CACHE_DRIVER=file
  14. SESSION_DRIVER=file
  15. QUEUE_DRIVER=sync
  16.  
  17. REDIS_HOST=127.0.0.1
  18. REDIS_PASSWORD=null
  19. REDIS_PORT=6379
  20.  
  21. MAIL_DRIVER=smtp
  22. MAIL_HOST=smtp.gmail.com
  23. MAIL_PORT=587
  24. MAIL_USERNAME=openhr159@gmail.com
  25. MAIL_PASSWORD=openhropenhr159
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement