# Supabase Configuration
# You can find these in your Supabase Dashboard -> Project Settings -> API
SUPABASE_URL=your_project_url_here
SUPABASE_KEY=your_anon_key_here
SUPABASE_SERVICE_ROLE_KEY=your_service_role_key_here

# Note: Cloudflare Worker requires these same variables to be set 
# in the Cloudflare Dashboard under Settings -> Variables.
