Advertisement
muhammad_hamdi

.env file

Oct 15th, 2017
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. APP_NAME=Laravel
  2. APP_ENV=local
  3. APP_KEY=base64:e0+ZRnIBg/8ySuwf/SzFcfQJ0kLghfyCCazQq+NlHcg=
  4. APP_DEBUG=true
  5. DEBUGBAR_ENABLED=true
  6. APP_LOG_LEVEL=debug
  7. APP_URL=http://localhost:8000
  8.  
  9. DB_CONNECTION=mysql
  10. DB_HOST=127.0.0.1
  11. DB_PORT=3306
  12. DB_CHARSET=utf8
  13. DB_COLLATION=utf8_unicode_ci
  14. DB_DATABASE=noor
  15. DB_USERNAME=root
  16. DB_PASSWORD=
  17.  
  18. CPANEL_HOST=elnooronlineworks.com
  19. CPANEL_HOST_PORT=2083
  20. CPANEL_USER=norline
  21. CPANEL_USER_PASS=R{=K(102ldS^
  22. APP_DOMAIN=elnooronlineworks.com
  23.  
  24. BROADCAST_DRIVER=pusher
  25. CACHE_DRIVER=file
  26. SESSION_DRIVER=file
  27. QUEUE_DRIVER=database
  28.  
  29. REDIS_HOST=127.0.0.1
  30. REDIS_PASSWORD=null
  31. REDIS_PORT=6379
  32.  
  33. MAIL_DRIVER=smtp
  34. MAIL_HOST=smtp.mailtrap.io
  35. MAIL_PORT=2525
  36. MAIL_USERNAME=null
  37. MAIL_PASSWORD=null
  38. MAIL_ENCRYPTION=null
  39.  
  40. PUSHER_APP_ID="405167"
  41. PUSHER_APP_KEY="802d819cc1654bab2d00"
  42. PUSHER_APP_SECRET="46a7c829281784d4139d"
  43.  
  44. ONESIGNAL_APP_ID=
  45. ONESIGNAL_REST_API_KEY=
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement