-
Notifications
You must be signed in to change notification settings - Fork 186
Expand file tree
/
Copy path.env.local.example
More file actions
80 lines (64 loc) · 3.13 KB
/
Copy path.env.local.example
File metadata and controls
80 lines (64 loc) · 3.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
# Copy to .env.local and fill in values (never commit .env.local).
#
# cp .env.local.example .env.local
#
# -----------------------------------------------------------------------------
# Mintlify analytics (pnpm analytics:fetch*)
# Dashboard: https://app.mintlify.com/settings/organization/api-keys
# Script docs: .github/scripts/analytics/README.md
#
# MINTLIFY_API_KEY — Admin API key (mint_…). Not the Assistant key (mint_dsc_).
# MINTLIFY_PROJECT_ID — Project ID for this docs deployment (docs.comfy.org).
# ANALYTICS_PAGE_LIMIT — optional, rows per page (1–1000, default 200)
# ANALYTICS_PAGE_DELAY_MS — optional, ms between pages (default 36000 ≈ 100 req/h)
# -----------------------------------------------------------------------------
MINTLIFY_API_KEY=
MINTLIFY_PROJECT_ID=
# ANALYTICS_PAGE_LIMIT=200
# ANALYTICS_PAGE_DELAY_MS=36000
# Used by: pnpm translate, pnpm cms:sync, etc. Requires Bun: https://bun.sh
# -----------------------------------------------------------------------------
# Translation API (pnpm translate, pnpm cms:prepare)
# OpenAI-compatible endpoint — OpenRouter, DeepSeek, DashScope Qwen-MT, etc.
# -----------------------------------------------------------------------------
# --- OpenRouter ---
# https://openrouter.ai/keys
# TRANSLATE_API_KEY=
# TRANSLATE_API_BASE_URL=https://openrouter.ai/api/v1
# TRANSLATE_API_MODEL=deepseek/deepseek-chat
# --- DeepSeek ---
# https://platform.deepseek.com/api_keys
# TRANSLATE_API_KEY=
# TRANSLATE_API_BASE_URL=https://api.deepseek.com
# TRANSLATE_API_MODEL=deepseek-v4-pro
# TRANSLATE_CONCURRENCY=5
# --- DashScope Qwen-MT ---
# TRANSLATE_API_KEY=
# TRANSLATE_API_BASE_URL=https://dashscope-intl.aliyuncs.com/compatible-mode/v1
# TRANSLATE_API_MODEL=qwen-mt-plus
# TRANSLATE_CJK_API_KEY=
# DASHSCOPE_API_KEY=
# -----------------------------------------------------------------------------
# Translation review (pnpm translate:review) — optional
# Falls back to TRANSLATE_* when unset. Prefer a cheap/fast model.
# -----------------------------------------------------------------------------
# REVIEW_API_KEY=
# REVIEW_API_BASE_URL=https://api.deepseek.com
# REVIEW_API_MODEL=deepseek-v4-flash
# REVIEW_CONCURRENCY=5
# -----------------------------------------------------------------------------
# Glossary sync (pnpm glossary:sync) — optional
# -----------------------------------------------------------------------------
# FRONTEND_LOCALES_PATH=../ComfyUI_frontend/src/locales
# -----------------------------------------------------------------------------
# External link tracking (track-external-links.py) — optional, usually CI only
# -----------------------------------------------------------------------------
# GITHUB_TOKEN=
# -----------------------------------------------------------------------------
# Strapi CMS (pnpm cms:sync) — see .github/scripts/cms/README.md
# Create token: Strapi Admin → Settings → API Tokens (release-note permissions)
# CMS_SYNC_ALL=1 — optional full backfill (see cms README)
# -----------------------------------------------------------------------------
# CMS_BASE_URL=https://cms.example.com
# CMS_API_TOKEN=
# CMS_PROJECT=comfyui