-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
21 lines (16 loc) · 759 Bytes
/
.env.example
File metadata and controls
21 lines (16 loc) · 759 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Guidify Environment Variables
# Copy this to .env.local and fill in your values
# Gemini API Key (get from https://aistudio.google.com/app/apikey)
VITE_GEMINI_API_KEY=your_gemini_api_key_here
# Railway Backend URL
VITE_RAILWAY_URL=https://frameops-production.up.railway.app
# Supabase Configuration
VITE_SUPABASE_URL=your_supabase_url_here
VITE_SUPABASE_ANON_KEY=your_supabase_anon_key_here
# Sentry Error Tracking (get from https://sentry.io)
VITE_SENTRY_DSN=your_sentry_dsn_here
# Stripe Configuration (get from https://dashboard.stripe.com/apikeys)
# Publishable key (starts with pk_)
VITE_STRIPE_PUBLISHABLE_KEY=pk_test_your_key_here
# Price ID for Pro plan (create in Stripe Dashboard > Products)
VITE_STRIPE_PRO_PRICE_ID=price_your_price_id_here