# 数据库配置 DB_HOST=db DB_PORT=3306 DB_USER=ai_user DB_PASSWORD=yourpassword DB_NAME=ai_dressing # 阿里云百炼平台配置 DASHSCOPE_API_KEY=your_dashscope_api_key # 腾讯云配置 QCLOUD_SECRET_ID=your_qcloud_secret_id QCLOUD_SECRET_KEY=your_qcloud_secret_key # 应用配置 APP_NAME=AI-Dressing APP_DESCRIPTION=基于阿里百炼平台的AI试衣服务 APP_VERSION=0.1.0 DEBUG=False