managarten/apps/picture/apps/web/.env.example
Till-JS 51edd52241 refactor(picture): remove Supabase dependency, migrate to NestJS backend
- Backend: Replace Supabase storage with S3/local hybrid StorageService
- Backend: Add rate-limits endpoint to ProfileController
- Mobile: Update RateLimitIndicator to use backend API
- Mobile: Remove @supabase/supabase-js dependency
- Shared: Remove queue.ts and supabase.ts (no longer needed)
- Update environment configuration for S3 storage

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-01 14:22:49 +01:00

17 lines
441 B
Text

# Backend API
PUBLIC_BACKEND_URL=http://localhost:3003
# Mana Core Auth
PUBLIC_MANA_CORE_AUTH_URL=http://localhost:3001
# OAuth (optional - leave empty to disable)
PUBLIC_GOOGLE_CLIENT_ID=
PUBLIC_APPLE_CLIENT_ID=
# Umami Analytics
PUBLIC_UMAMI_URL=https://your-umami-instance.com
PUBLIC_UMAMI_WEBSITE_ID=your-website-id
# PostHog Analytics
PUBLIC_POSTHOG_KEY=phc_your_posthog_project_api_key
PUBLIC_POSTHOG_HOST=https://us.i.posthog.com