-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path.env.example
More file actions
14 lines (12 loc) · 596 Bytes
/
.env.example
File metadata and controls
14 lines (12 loc) · 596 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Supabase Configuration
VITE_SUPABASE_URL=your-supabase-url
VITE_SUPABASE_ANON_KEY=your-supabase-anon-key
# Backend CORS Configuration (comma-separated list of allowed origins)
# For production, replace with your actual domain(s)
CORS_ORIGINS=http://localhost:3000,http://localhost:5173,http://127.0.0.1:5173
# Note: NVIDIA API key should ONLY be set in Supabase Edge Function secrets
# DO NOT add NVIDIA_API_KEY here - it will be exposed in the browser!
#
# To set the API key securely:
# 1. Go to Supabase Dashboard > Settings > Edge Functions
# 2. Add secret: NVIDIA_API_KEY = nvapi-xxxxx