-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.env.example
More file actions
26 lines (22 loc) · 872 Bytes
/
.env.example
File metadata and controls
26 lines (22 loc) · 872 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
# =====================================================
# MovaLab Environment Configuration
# =====================================================
#
# For FULL setup instructions (Docker local mode, cloud mode, etc.),
# see .env.local.template — that file is the comprehensive reference.
#
# Quick start: cp .env.local.template .env.local
# Or run: ./scripts/first-time-setup.sh
# Supabase Configuration (required)
NEXT_PUBLIC_SUPABASE_URL=your-supabase-project-url
NEXT_PUBLIC_SUPABASE_PUBLISHABLE_DEFAULT_KEY=your-supabase-publishable-key
# App Configuration
NEXT_PUBLIC_APP_URL=http://localhost:3000
LOG_LEVEL=debug
NODE_ENV=development
# Rate Limiting (optional - requires Upstash Redis)
#UPSTASH_REDIS_REST_URL=your_upstash_redis_url
#UPSTASH_REDIS_REST_TOKEN=your_upstash_redis_token
#ENABLE_RATE_LIMIT=true
# Demo Mode (optional)
#NEXT_PUBLIC_DEMO_MODE=true