-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy path.env.example
More file actions
39 lines (32 loc) · 1.51 KB
/
.env.example
File metadata and controls
39 lines (32 loc) · 1.51 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
# This is the only local env file BigSet expects.
# Copy this file to .env and fill in your values.
# Local service URLs
CLIENT_ORIGIN=http://localhost:3500
CONVEX_URL=http://localhost:3210
NEXT_PUBLIC_CONVEX_URL=http://127.0.0.1:3210
CONVEX_SELF_HOSTED_URL=http://127.0.0.1:3210
NEXT_PUBLIC_BACKEND_URL=http://localhost:3501
PORT=3501
# Clerk — create a free app at https://dashboard.clerk.com
# Enable the Clerk JWT Templates -> Convex template, then set your issuer URL.
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=pk_test_...
CLERK_SECRET_KEY=sk_test_...
CLERK_JWT_ISSUER_DOMAIN=https://your-app.clerk.accounts.dev
# OpenRouter — required by backend + Mastra for AI model calls.
# Generate at https://openrouter.ai/settings/keys
OPENROUTER_API_KEY=sk-or-...
# TinyFish — used by the backend's populate agent for web search and fetch.
# Generate at https://agent.tinyfish.ai/api-keys
TINYFISH_API_KEY=
# Generate once after the first `make dev` with:
# docker compose exec convex ./generate_admin_key.sh
# Used by the backend container to call internal Convex functions.
CONVEX_SELF_HOSTED_ADMIN_KEY=
# Resend (optional — transactional emails when a populate workflow finishes).
# Unset → email module logs and no-ops. Generate at https://resend.com/api-keys
RESEND_API_KEY=
EMAIL_FROM="BigSet <simantak@tinyfish.ai>"
# PostHog (optional — leave blank to disable analytics entirely in local dev).
# Get from https://us.posthog.com/project/settings/general.
NEXT_PUBLIC_POSTHOG_KEY=
NEXT_PUBLIC_POSTHOG_HOST=https://us.i.posthog.com