mirror of
https://github.com/FranP-code/inbox-negotiator.git
synced 2025-10-13 00:42:26 +00:00
Enhance environment setup and add Supabase admin client for webhook operations
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user