-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
21 lines (18 loc) · 1.04 KB
/
.env.example
File metadata and controls
21 lines (18 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# =============================================================================
# GLOBAL ENVIRONMENT VARIABLES
# =============================================================================
# This file contains environment variables that are shared across all apps
# Copy this file to .env.local and fill in the values
# Note: Each app may have its own .env.example file for app-specific variables
# Skip environment validation (useful for Docker builds)
# SKIP_ENV_VALIDATION=false
# =============================================================================
# ANALYTICS & MONITORING
# =============================================================================
# Vercel Analytics (optional - works automatically on Vercel)
# No configuration needed, but you can customize it in your app
# =============================================================================
# DEVELOPMENT
# =============================================================================
# NODE_ENV is automatically set by Next.js, but you can override it
# NODE_ENV=development