-
Notifications
You must be signed in to change notification settings - Fork 215
Expand file tree
/
Copy path.env.example
More file actions
39 lines (32 loc) · 1.22 KB
/
Copy path.env.example
File metadata and controls
39 lines (32 loc) · 1.22 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
# LongCut environment example
# Copy to .env.local for local development.
# Text generation provider
AI_PROVIDER=minimax
NEXT_PUBLIC_AI_PROVIDER=minimax
AI_DEFAULT_MODEL=MiniMax-M3
MINIMAX_API_KEY=your_minimax_api_key_here
# Optional override if you need a non-default MiniMax API base URL.
MINIMAX_API_BASE_URL=
# Optional fallback text provider
# XAI_API_KEY=your_xai_api_key_here
# Image generation
# Gemini remains required for app/api/generate-image/route.ts.
GEMINI_API_KEY=your_gemini_api_key_here
# App configuration
NEXT_PUBLIC_APP_URL=http://localhost:3000
NEXT_PUBLIC_SUPABASE_URL=your_supabase_url_here
NEXT_PUBLIC_SUPABASE_ANON_KEY=your_supabase_anon_key_here
SUPABASE_SERVICE_ROLE_KEY=your_supabase_service_role_key_here
CSRF_SALT=generate_a_long_random_string_here
# Optional client-side AI model hint
NEXT_PUBLIC_AI_MODEL=MiniMax-M3
# Optional features
NEXT_PUBLIC_ENABLE_TRANSLATION_SELECTOR=false
YOUTUBE_API_KEY=
UNLIMITED_VIDEO_USERS=
# Stripe
STRIPE_SECRET_KEY=sk_test_your_stripe_secret_key_here
NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY=pk_test_your_publishable_key_here
STRIPE_WEBHOOK_SECRET=whsec_your_webhook_secret_here
STRIPE_PRO_PRICE_ID=price_your_pro_price_id_here
STRIPE_TOPUP_PRICE_ID=price_your_topup_price_id_here