Guest User

Untitled

a guest
Dec 16th, 2018
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. APP_NAME=Moosa
  2. APP_ENV=local
  3. APP_KEY=base64:E7LhKGA2GPi14FgDRmh7tNbv4cFX7sxjYuRFlPtsAvI=
  4. APP_DEBUG=true
  5. APP_LOG_LEVEL=debug
  6. APP_LOG=daily
  7. APP_LOG_MAX_FILES=30
  8. APP_URL=http://localhost
  9.  
  10.  
  11. DB_CONNECTION=pgsql
  12. DB_HOST=192.168.1.240
  13. DB_PORT=5432
  14. DB_DATABASE=moosa
  15. DB_USERNAME=postgres
  16. DB_PASSWORD=postgres
  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=smtp.gmail.com
  29. MAIL_PORT=587
  30. MAIL_USERNAME=php.mindinventory@gmail.com
  31. MAIL_PASSWORD=Mind@123
  32. MAIL_ENCRYPTION=tls
  33. MAIL_SENDER_ADDRESS=php.mindinventory@gmail.com
  34. MAIL_SENDER_NAME="admin"
  35. MAIL_FROM_NAME="Moosa"
  36.  
  37. PUSHER_APP_ID=
  38. PUSHER_APP_KEY=
  39. PUSHER_APP_SECRET=
Add Comment
Please, Sign In to add comment