Enhance environment setup and add Supabase admin client for webhook operations

This commit is contained in:
2025-06-07 01:27:58 -03:00
parent 6ea4a9f3cf
commit 02ca59d34a
4 changed files with 182 additions and 14 deletions

View File

@@ -3,8 +3,11 @@
# Supabase Configuration
SUPABASE_URL=your_supabase_url_here
SUPABASE_ANON_KEY=your_supabase_anon_key_here
SUPABASE_SERVICE_ROLE_KEY=your_supabase_service_role_key_here
# Google Generative AI API Key for Gemini model
GOOGLE_GENERATIVE_AI_API_KEY=your_google_api_key_here
# Add these same variables to your actual .env file
# Note: The SUPABASE_SERVICE_ROLE_KEY is required for webhook operations
# to bypass Row Level Security (RLS) policies in server-side contexts