.env.example 513 B

12345678910111213141516171819202122232425262728293031
  1. APP_NAME=Lumen
  2. APP_ENV=local
  3. APP_KEY=
  4. APP_DEBUG=true
  5. APP_URL=http://localhost
  6. APP_TIMEZONE=UTC
  7. APP_LOCALE=en
  8. LOG_CHANNEL=stack
  9. LOG_SLACK_WEBHOOK_URL=
  10. LOG_QUERY=false
  11. LOG_REQUEST=false
  12. DB_CONNECTION=mysql
  13. DB_HOST=127.0.0.1
  14. DB_PORT=3306
  15. DB_DATABASE=homestead
  16. DB_USERNAME=homestead
  17. DB_PASSWORD=secret
  18. MONGODB_HOST=127.0.0.1
  19. MONGODB_PORT=27017
  20. MONGODB_USERNAME=homestead
  21. MONGODB_PASSWORD=secret
  22. MONGODB_DATABASE=homestead
  23. MONGODB_AUTHENTICATION_DATABASE=admin
  24. CACHE_DRIVER=file
  25. QUEUE_CONNECTION=sync
  26. JWT_SECRET=