e38a3df248
- Uncomment .env in .gitignore to prevent accidental commits - Remove .env from git tracking - Add .env.example with placeholder values for documentation - Fixes security issue where .env was committed with credentials
9 lines
218 B
Bash
9 lines
218 B
Bash
# Supabase Configuration
|
|
# Copy this file to .env and fill in your actual values
|
|
|
|
# Supabase API URL
|
|
VITE_SUPABASE_URL=http://localhost:8000
|
|
|
|
# Supabase anonymous key (public)
|
|
VITE_SUPABASE_ANON_KEY=your-anon-key-here
|