# 数据库连接 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