-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
15 lines (12 loc) · 808 Bytes
/
.env.example
File metadata and controls
15 lines (12 loc) · 808 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# OpenAI API Key - Default AI provider
# Get your API key from https://platform.openai.com/api-keys
# The app uses GPT-4o-Mini by default, which can be overridden in AI Settings
VITE_OPENAI_API_KEY=your-openai-api-key-here
# Supabase Configuration
# Copy this file to .env and fill in your values
# Local Development (default values work with `supabase start`)
VITE_SUPABASE_URL=https://bvwscgpusohwnaszaafq.supabase.co
VITE_SUPABASE_ANON_KEY=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6ImJ2d3NjZ3B1c29od25hc3phYWZxIiwicm9sZSI6ImFub24iLCJpYXQiOjE3NzA4ODYzOTEsImV4cCI6MjA4NjQ2MjM5MX0.bQaTdJeSuo_IDfdixO2v6PcI4U_bIUDG40yAk28j0Uo
# Production (get these from your Supabase project settings)
# VITE_SUPABASE_URL=https://your-project.supabase.co
# VITE_SUPABASE_ANON_KEY=your-anon-key