-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path.env.example
More file actions
42 lines (31 loc) · 986 Bytes
/
.env.example
File metadata and controls
42 lines (31 loc) · 986 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# Clerk Authentication
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=pk_test_...
CLERK_SECRET_KEY=sk_test_...
NEXT_PUBLIC_CLERK_SIGN_IN_URL=/sign-in
NEXT_PUBLIC_CLERK_SIGN_UP_URL=/sign-up
NEXT_PUBLIC_CLERK_SIGN_UP_FORCE_REDIRECT_URL=/onboarding
NEXT_PUBLIC_CLERK_SIGN_IN_FALLBACK_REDIRECT_URL=/onboarding
# Database (Neon PostgreSQL)
DATABASE_URL=postgresql://user:password@host.neon.tech/database?sslmode=require
# Trigger.dev (get yours at https://cloud.trigger.dev)
TRIGGER_SECRET_KEY=tr_dev_...
# Firecrawl (for scraping)
FIRECRAWL_API_KEY=fc-...
# Resend (for emails)
RESEND_API_KEY=re_...
# UploadThing (for image uploads)
UPLOADTHING_TOKEN=...
# Google Fonts API
GOOGLE_FONTS_API_KEY=AIza...
# AI Gateway
AI_GATEWAY_API_KEY=vck_...
# Luma Integration (optional)
LUMA_API_KEY=secret-...
HACK0_LUMA_CALENDAR_API_ID=cal-...
# Admin Access (comma-separated emails)
ADMIN_EMAILS=admin@example.com
# fal.ai
FAL_API_KEY=
# Scraper sources
PERPLEXITY_API_KEY=pplx-...
EXA_API_KEY=exa-...