-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.env.example
More file actions
37 lines (29 loc) · 1.05 KB
/
.env.example
File metadata and controls
37 lines (29 loc) · 1.05 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
# Database (Neon PostgreSQL)
# Get your connection string from: https://console.neon.tech
DATABASE_URL="postgresql://user:password@ep-xxx.us-east-2.aws.neon.tech/dbname?sslmode=require"
# Auth.js Configuration
# Generate NEXTAUTH_SECRET with: openssl rand -base64 32
NEXTAUTH_URL="http://localhost:3000"
NEXTAUTH_SECRET=""
# Email Service (Mailchimp Transactional)
# Get your API key from: https://mandrillapp.com/settings
MAILCHIMP_API_KEY=""
EMAIL_FROM="noreply@openl.app"
# Analytics and Tracking
# Umami Analytics (privacy-friendly, open-source)
# Get your website ID from: https://cloud.umami.is
# Leave empty to disable Umami tracking
NEXT_PUBLIC_UMAMI_WEBSITE_ID=""
# Google Analytics 4 Measurement ID
NEXT_PUBLIC_GA_MEASUREMENT_ID=""
# Optional: Error tracking (Sentry)
# NEXT_PUBLIC_SENTRY_DSN=""
# SENTRY_ORG=""
# SENTRY_PROJECT=""
# Optional: Performance monitoring
# NEXT_PUBLIC_VERCEL_ANALYTICS_ID=""
# Marketing and Conversion Tracking
# NEXT_PUBLIC_HOTJAR_ID=""
# NEXT_PUBLIC_MIXPANEL_TOKEN=""
# Optional: For future AWS migration
# AWS_REGION="us-east-1"