-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
32 lines (26 loc) · 954 Bytes
/
.env.example
File metadata and controls
32 lines (26 loc) · 954 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
# Mixpanel Analytics (optional but recommended)
# Get your Project Token from your Mixpanel project settings
NEXT_PUBLIC_MIXPANEL_TOKEN=
# Site Configuration
# Your production domain URL
NEXT_PUBLIC_SITE_URL=
# Registration Links
# URL for event registration (Google Forms, Eventbrite, etc.)
NEXT_PUBLIC_REGISTRATION_URL=
# Community Join Link
# Link to join the community (Facebook group, Discord, etc.)
NEXT_PUBLIC_COMMUNITY_JOIN_URL=
# Deployment (for CapRover deployment)
# Only needed if you're using CapRover for deployment
CAPROVER_HOST=
CAPROVER_PASSWORD=
CAPROVER_APP_NAME=
CAPROVER_BRANCH=
# Optional: Cloudflare cache purging
CLOUDFLARE_ZONE_ID=your-zone-id
CLOUDFLARE_API_TOKEN=your-api-token
# Database Configuration
# MongoDB connection string (required for build-time data fetching)
# Format: mongodb+srv://username:password@cluster.mongodb.net/database-name
# Get your connection string from MongoDB Atlas dashboard
MONGODB_URI=