-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path.env.example
More file actions
20 lines (16 loc) · 1.07 KB
/
Copy path.env.example
File metadata and controls
20 lines (16 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Copy to .env (gitignored) and fill in. Used by `npm run prove`.
# FIGMA_TOKEN — a read-only Figma personal access token:
# figma.com -> Settings -> Security -> personal access tokens (File content scope).
FIGMA_TOKEN=figd_your_read_only_token
# PLUMB_FILE_KEY — the string after /design/ in the Figma file URL.
PLUMB_FILE_KEY=your_file_key
# PLUMB_NODE_ID — the node to extract (use ':' not '-'). Defaults to 131:6950.
PLUMB_NODE_ID=131:6950
# ── prompt→design photo providers (ALL FREE, no credit card) ──────────────────
# Without at least one of these, plumb_design falls back to RANDOM placeholder
# imagery (Lorem Picsum ignores the query). Set them for on-brief photography.
# NOTE: the running MCP server reads process env — set these in your MCP client's
# server `env` config block (or shell profile), not just this .env file.
# Unsplash: https://unsplash.com/developers (50 req/hr free)
# Pexels: https://www.pexels.com/api/ (200 req/hr free)
# Pixabay: https://pixabay.com/api/docs/ (free)