InstantSplat / env.example
Long Hoang
add api capability
803c132
# Supabase Storage Configuration
# Copy this file to .env and fill in your values
# Your Supabase project URL
# Example: https://abcdefghijklmnop.supabase.co
SUPABASE_URL=https://your-project-id.supabase.co
# Your Supabase service role key (for server-side uploads)
# Get this from: Supabase Dashboard > Settings > API > service_role key
# WARNING: Keep this secret! Never commit this to version control.
SUPABASE_KEY=your-service-role-key-here
# Storage bucket name (optional, defaults to "outputs")
SUPABASE_BUCKET=outputs