.env.example 582 B

12345678910111213141516171819202122
  1. # BrandCultivation 环境变量配置
  2. # 复制此文件为 .env 并填入实际值
  3. # MySQL
  4. MYSQL_HOST=rm-t4n6rz18y4t5x47y70o.mysql.singapore.rds.aliyuncs.com
  5. MYSQL_PORT=3036
  6. MYSQL_USER=BrandCultivation
  7. MYSQL_PASSWORD=your_mysql_password_here
  8. MYSQL_DB=brand_cultivation
  9. # Redis
  10. REDIS_HOST=r-t4nb4n9i8je7u6ogk1pd.redis.singapore.rds.aliyuncs.com
  11. REDIS_PORT=5000
  12. REDIS_PASSWORD=your_redis_password_here
  13. REDIS_DB=10
  14. # Logging
  15. LOG_LEVEL=INFO
  16. # File Service
  17. FILE_UPLOAD_URL=http://file-center.jcpt:8080/file/fileUpload
  18. FILE_DOWNLOAD_URL=http://file-center.jcpt:8080/file/fileDownload