.env.example 713 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. # Framework
  2. # ---------
  3. YII_DEBUG = true
  4. YII_ENV = dev
  5. # Databases
  6. # ---------
  7. DB_DSN = mysql:host=127.0.0.1;port=3306;dbname=yii
  8. DB_USERNAME = root
  9. DB_PASSWORD = root1234
  10. DB_TABLE_PREFIX = yii2cmf_
  11. # Redis
  12. # --------
  13. REDIS_HOST=127.0.0.1
  14. REDIS_PASSWORD=null
  15. REDIS_PORT=6379
  16. # Mail
  17. # ---------
  18. MAIL_DRIVER=smtp
  19. MAIL_HOST=smtp.163.com
  20. MAIL_PORT=25
  21. MAIL_USERNAME=your_mail_username
  22. MAIL_PASSWORD=your_mail_password
  23. MAIL_ENCRYPTION=null
  24. # Other
  25. # -----
  26. FRONTEND_COOKIE_VALIDATION_KEY=<generated_key>
  27. BACKEND_COOKIE_VALIDATION_KEY=<generated_key>
  28. # Urls
  29. # ----
  30. SITE_URL = http://localhost:8080
  31. # 搜索驱动(xunsearch需要安装xunsearch服务端)
  32. SEARCH_ENGINE = local