mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-22 06:46:41 +02:00
- 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>
17 lines
441 B
Text
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
|