# Server Configuration PORT=3000 NODE_ENV=development # MongoDB Configuration MONGODB_URI=mongodb://localhost:27017/draw-a-cat # JWT Configuration JWT_SECRET=your-jwt-secret-key-here JWT_EXPIRES_IN=7d # WeChat Mini Program Configuration WECHAT_APPID=your-wechat-appid WECHAT_SECRET=your-wechat-secret # Cloud Storage Configuration (Aliyun OSS / Tencent COS) STORAGE_TYPE=local STORAGE_BUCKET= STORAGE_REGION= STORAGE_ACCESS_KEY= STORAGE_SECRET_KEY=