-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
17 lines (13 loc) · 745 Bytes
/
Copy path.env.example
File metadata and controls
17 lines (13 loc) · 745 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Copy to .env.local for local dev, or paste into Vercel project settings.
# Clerk. Dashboard > API keys.
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=pk_test_replace_me
CLERK_SECRET_KEY=sk_test_replace_me
# Convex. `npx convex dev` writes this into .env.local for you.
NEXT_PUBLIC_CONVEX_URL=https://your-deployment.convex.cloud
# Host allowlist for /host, comma separated. Required: with it unset,
# nobody can open the host view.
# Set the same value on the Convex dashboard so the backend enforces it too.
HOST_EMAILS=you@example.com
# Set this one on the Convex dashboard only (Settings > Environment Variables).
# It is your Clerk Frontend API URL, used by convex/auth.config.ts.
# CLERK_JWT_ISSUER_DOMAIN=https://verb-noun-00.clerk.accounts.dev