-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
30 lines (24 loc) · 1.15 KB
/
Copy path.env.example
File metadata and controls
30 lines (24 loc) · 1.15 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
# Gemini AI API Key (for chatbot)
VITE_GEMINI_API_KEY=your_gemini_api_key_here
# NewsAPI Key (for health articles)
# Get your free key at: https://newsapi.org/
VITE_NEWSAPI_KEY=your_newsapi_key_here
# RapidAPI Key (for ExerciseDB)
# Get your free key at: https://rapidapi.com/
VITE_RAPIDAPI_KEY=your_rapidapi_key_here
# Spoonacular API Key (for recipes)
# Get your free key at: https://spoonacular.com/food-api
# Free tier: 150 requests/day
VITE_SPOONACULAR_KEY=your_spoonacular_key_here
# Optional: YouTube Data API v3 (for workout videos)
# Get your free key at: https://console.cloud.google.com/
# VITE_YOUTUBE_API_KEY=your_youtube_key_here
# Fitbit Web API (for wearable health data)
# Register your app at: https://dev.fitbit.com/apps/new
FITBIT_CLIENT_ID=your_fitbit_client_id_here
FITBIT_CLIENT_SECRET=your_fitbit_client_secret_here
NEXT_PUBLIC_FITBIT_CLIENT_ID=your_fitbit_client_id_here
# Supabase service role (server only) — required for POST /api/health/webhook
# (HC Webhook Android app has no login cookies). Copy from Supabase → Settings → API.
# NEVER expose this in client-side code.
SUPABASE_SERVICE_ROLE_KEY=your_supabase_service_role_key_here