Advertisement
Guest User

Untitled

a guest
Oct 28th, 2016
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. APP_ENV=local
  2. APP_DEBUG=true
  3. APP_KEY=base64:9rVXMRsfxjAzyb+5xl+WCXqe7ROBdo4SjcjQ9xqhw60=
  4. APP_URL=http://localhost/develop-mixumo/
  5.  
  6.  
  7. DB_HOST=mariadb101.websupport.sk
  8. DB_PORT=3312
  9. DB_DATABASE=mixumo2
  10. DB_USERNAME=mixumo2
  11. DB_PASSWORD=WynLBaxOlL
  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.websupport.sk
  23. MAIL_PORT=25
  24. MAIL_USERNAME=info@mixumo.sk
  25. MAIL_PASSWORD=t1r0qBGx1J
  26. MAIL_ENCRYPTION=null
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement