fix: Explicitly state service role key needed in docs (#24)

This commit is contained in:
Brace Sproul
2025-05-19 17:14:59 -07:00
committed by GitHub
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -7,4 +7,5 @@ LANGCHAIN_TRACING_V2=true
OPENAI_API_KEY=""
SUPABASE_URL=""
# Ensure this is your Supabase Service Role key
SUPABASE_KEY=""
+1
View File
@@ -82,6 +82,7 @@ The auth handler then takes that token and verifies it with Supabase. If the tok
```bash
SUPABASE_URL=""
# Ensure this is your Supabase Service Role key
SUPABASE_KEY=""
```