# 数据库连接 DATABASE_URL=postgresql+asyncpg://user:password@localhost:5432/yuntu_kol # CORS 允许的前端地址 CORS_ORIGINS=["http://localhost:3000"] # 品牌 API 配置 BRAND_API_BASE_URL=https://api.internal.intelligrow.cn BRAND_API_TOKEN=your_brand_api_token_here # 云图 API 配置 (SessionID池服务) YUNTU_API_TOKEN=your_yuntu_api_token_here