-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
53 lines (45 loc) · 1.19 KB
/
.env.example
File metadata and controls
53 lines (45 loc) · 1.19 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# Database & Cache
DATABASE_URL=postgresql://postgres:postgres@localhost:5432/synaxis
REDIS_URL=redis://localhost:6379
UPSTASH_REDIS_REST_URL=https://your-url.upstash.io
UPSTASH_REDIS_REST_TOKEN=your-token
# Auth & Security
AUTH_SECRET=your-secret
GITHUB_ID=your-github-id
GITHUB_SECRET=your-github-secret
GOOGLE_ID=your-google-id
GOOGLE_SECRET=your-google-secret
# Email
RESEND_FROM=you@example.com
RESEND_TOKEN=re_
# Payments
STRIPE_SECRET_KEY=sk_test_
STRIPE_WEBHOOK_SECRET=whsec_
# Analytics & Monitoring
NEXT_PUBLIC_POSTHOG_KEY=phc_
NEXT_PUBLIC_POSTHOG_HOST=https://app.posthog.com
NEXT_PUBLIC_GA_MEASUREMENT_ID=G-XXXXXXXX
BETTERSTACK_API_KEY=
BETTERSTACK_URL=https://uptime.betterstack.com
ARCJET_KEY=ajkey_
# AI & Integrations
GITHUB_AI_KEY=
AZURE_AI_ENDPOINT=
AI_MODEL_NAME=
OPENAI_API_KEY=
LIVEBLOCKS_SECRET=
SVIX_TOKEN=
# URLs & Routing
NEXT_PUBLIC_APP_URL=http://localhost:3000
NEXT_PUBLIC_WEB_URL=http://localhost:3001
NEXT_PUBLIC_API_URL=http://localhost:3002
NEXT_PUBLIC_DOCS_URL=http://localhost:3004
# Sentry
SENTRY_ORG=your-org
SENTRY_PROJECT=your-project
# Feature Flags & Development
FLAGS_SECRET=your-flag-secret
ANALYZE=true
VERCEL=1
NEXT_RUNTIME=nodejs
BLOB_READ_WRITE_TOKEN=your-token