mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-18 20:01:22 +02:00
- Refactor mobile stores to use backend API instead of Supabase direct - Add card-progress and study-session repositories - Expand API controller with progress tracking endpoints - Remove AudioRecorder and AudioCard components - Remove TTS service and Supabase direct access - Update web stores for consistency 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
8 lines
222 B
Text
8 lines
222 B
Text
# ManaDeck Mobile App Environment Variables
|
|
|
|
# Backend API URL
|
|
EXPO_PUBLIC_BACKEND_URL=http://localhost:3000
|
|
|
|
# Mana Core Auth
|
|
EXPO_PUBLIC_MANA_MIDDLEWARE_URL=https://api.manacore.de
|
|
EXPO_PUBLIC_MIDDLEWARE_APP_ID=manadeck
|