forked from yeasin2002/bulletproof-nextjs-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
62 lines (43 loc) · 1.53 KB
/
.env.example
File metadata and controls
62 lines (43 loc) · 1.53 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
54
55
56
57
58
59
60
61
62
# Environment Configuration
NODE_ENV=development
# Database Configuration
DATABASE_URL=postgresql://username:password@localhost:5432/database_name
# Development & Build Configuration
# Set to "true" to skip environment variable validation during build
SKIP_ENV_VALIDATION=true
# Set to "true" to enable bundle analyzer
ANALYZE=false
# CI/CD Configuration
# Set to "true" in CI environments
CI=false
# Additional Environment Variables for Production
# Add these when deploying to production:
# Sentry (Error Monitoring)
# SENTRY_DSN=https://your-sentry-dsn@sentry.io/project-id
# SENTRY_ORG=your-org
# SENTRY_PROJECT=your-project
# SENTRY_AUTH_TOKEN=your-auth-token
# PostHog (Analytics)
# NEXT_PUBLIC_POSTHOG_KEY=phc_your_posthog_key
# NEXT_PUBLIC_POSTHOG_HOST=https://app.posthog.com
# Vercel (Deployment)
# VERCEL_URL=your-app.vercel.app
# VERCEL_ENV=production
# Email Service (if using)
# SMTP_HOST=smtp.gmail.com
# SMTP_PORT=587
# SMTP_USER=your-email@gmail.com
# SMTP_PASSWORD=your-app-password
# File Storage (if using Vercel Blob)
# BLOB_READ_WRITE_TOKEN=vercel_blob_token
# Stripe (if implementing payments)
# STRIPE_SECRET_KEY=sk_test_your_stripe_secret_key
# NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY=pk_test_your_stripe_publishable_key
# STRIPE_WEBHOOK_SECRET=whsec_your_webhook_secret
# OpenAI (if using AI features)
# OPENAI_API_KEY=sk-your-openai-api-key
# Resend (Email service)
# RESEND_API_KEY=re_your_resend_api_key
# Uploadthing (File uploads)
# UPLOADTHING_SECRET=sk_live_your_uploadthing_secret
# UPLOADTHING_APP_ID=your_app_id