# BrandCultivation 环境变量配置 # 复制此文件为 .env 并填入实际值 # MySQL MYSQL_HOST=rm-t4n6rz18y4t5x47y70o.mysql.singapore.rds.aliyuncs.com MYSQL_PORT=3036 MYSQL_USER=BrandCultivation MYSQL_PASSWORD=your_mysql_password_here MYSQL_DB=brand_cultivation # Redis REDIS_HOST=r-t4nb4n9i8je7u6ogk1pd.redis.singapore.rds.aliyuncs.com REDIS_PORT=5000 REDIS_PASSWORD=your_redis_password_here REDIS_DB=10 # Logging LOG_LEVEL=INFO # File Service FILE_UPLOAD_URL=http://file-center.jcpt:8080/file/fileUpload FILE_DOWNLOAD_URL=http://file-center.jcpt:8080/file/fileDownload