feat(config): 接入词云平台 WORDCLOUD_API_URL/WORDCLOUD_TIMEOUT_MS 配置
This commit is contained in:
@@ -35,3 +35,10 @@ COS_SECRET_ID=
|
||||
COS_SECRET_KEY=
|
||||
COS_BUCKET=
|
||||
COS_REGION=ap-guangzhou
|
||||
|
||||
# ── 词云平台(下单后 WCD 生产任务,R4)────────────────
|
||||
# 词云服务(FastAPI)地址;留空视为未配置:
|
||||
# 下单后的 WCD 派单返回结构化 "not_configured",不做假成功(详见 docs/wordcloud-contract.md)
|
||||
WORDCLOUD_API_URL=
|
||||
# 请求词云平台超时(毫秒),可选,默认 30000
|
||||
WORDCLOUD_TIMEOUT_MS=30000
|
||||
|
||||
Reference in New Issue
Block a user