-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
26 lines (22 loc) · 940 Bytes
/
Copy path.env.example
File metadata and controls
26 lines (22 loc) · 940 Bytes
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
# Vercel marketplace Redis (TCP). Set automatically when you add the
# Upstash/Vercel KV integration in the project.
REDIS_URL=
# Optional: Neynar API key for token-gated blocks (FID -> verified address).
# Without this, gated blocks always render as locked stubs.
# Get one at https://neynar.com.
NEYNAR_API_KEY=
# Optional: Base mainnet RPC URL for ERC-20 balanceOf reads on token gates.
# Defaults to the public Base RPC when unset.
BASE_RPC_URL=
# Optional: LLM keys for the chatbot block. If both unset, the block logs
# user input but returns a static ack. Minimax preferred (cheaper); Anthropic
# Haiku used as fallback.
MINIMAX_API_KEY=
MINIMAX_API_URL=
MINIMAX_MODEL=
ANTHROPIC_API_KEY=
ANTHROPIC_MODEL=
# Optional: Vercel Blob token for image upload block. Auto-set when you
# add the Vercel Blob integration to the project. Without it, the image
# upload button returns 503 (paste image URL manually).
BLOB_READ_WRITE_TOKEN=