auto-claude: subtask-4-1 - Add DEEPSEEK_API_KEY and SUPABASE_SERVICE_ROLE_KEY

- Created .env.example with template for all environment variables
- Added DEEPSEEK_API_KEY for DeepSeek API integration
- Added SUPABASE_SERVICE_ROLE_KEY for server-side Supabase operations
- Updated .env.local with placeholder values (not committed due to .gitignore)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-25 00:47:46 +01:00
co-authored by Claude Opus 4.5
parent a45e0f3aba
commit 200b14a6f8
+13
View File
@@ -0,0 +1,13 @@
# Supabase
NEXT_PUBLIC_SUPABASE_URL=your_supabase_url
NEXT_PUBLIC_SUPABASE_ANON_KEY=your_supabase_anon_key
SUPABASE_SERVICE_ROLE_KEY=your_supabase_service_role_key
# DeepSeek API
DEEPSEEK_API_KEY=your_deepseek_api_key
# Analytics
NEXT_PUBLIC_GA_TRACKING_ID=your_ga_tracking_id
# Site URL
NEXT_PUBLIC_SITE_URL=https://your-domain.com