Advertisement
Guest User

Untitled

a guest
Aug 1st, 2017
515
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. APP_ENV=production
  2. APP_KEY=base64:GKOs3KGeABNtthKTpsHrPNHEgjDtPP8mUhW1PI6s7jY=
  3. APP_DEBUG=false
  4. APP_LOG_LEVEL=debug
  5. APP_URL=http://localhost/panel/
  6.  
  7. APP_NAME="Bottles Panel"
  8. APP_NAME_SHORT=BTL
  9. APP_SLOGAN="RPG.BOTTLES.RO"
  10.  
  11. DB_CONNECTION=mysql
  12. DB_HOST=127.0.0.1
  13. DB_PORT=6379
  14. DB_DATABASE=test
  15. DB_USERNAME=root
  16. DB_PASSWORD=
  17.  
  18. BROADCAST_DRIVER=log
  19. CACHE_DRIVER=file
  20. SESSION_DRIVER=file
  21. QUEUE_DRIVER=sync
  22.  
  23. REDIS_HOST=127.0.0.1
  24. REDIS_PASSWORD=null
  25. REDIS_PORT=6379
  26.  
  27. MAIL_DRIVER=smtp
  28. MAIL_HOST=mail.server.com
  29. MAIL_PORT=465
  30. MAIL_USERNAME=no-reply@wcode.ro
  31. MAIL_PASSWORD=password
  32. MAIL_ENCRYPTION=tls
  33.  
  34. PUSHER_APP_ID=
  35. PUSHER_KEY=
  36. PUSHER_SECRET=
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement