Commit Graph

1 Commits

Author SHA1 Message Date
Dani B
44f444eafc feat(01-01): Create secure Supabase configuration system
- Created .env template with SUPABASE_URL and SUPABASE_ANON_KEY placeholders
- Added .env to .gitignore to prevent committing secrets
- Created SupabaseConstants class with secure environment loading
- Added validation to ensure required environment variables are set
- Created core/constants directory structure
2026-01-28 08:26:50 -05:00