managarten/maerchenzauber/apps/mobile/.env.example
Till-JS e7f5f942f3 chore: initial commit - consolidate 4 projects into monorepo
Projects included:
- maerchenzauber (NestJS backend + Expo mobile + SvelteKit web + Astro landing)
- manacore (Expo mobile + SvelteKit web + Astro landing)
- manadeck (NestJS backend + Expo mobile + SvelteKit web)
- memoro (Expo mobile + SvelteKit web + Astro landing)

This commit preserves the current state before monorepo restructuring.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-22 23:38:24 +01:00

19 lines
No EOL
700 B
Text

# Storyteller Frontend Environment Variables
# Mana Core Middleware URL
EXPO_PUBLIC_MANA_SERVICE_URL=http://localhost:3000
# Storyteller Backend URL
EXPO_PUBLIC_STORYTELLER_BACKEND_URL=http://localhost:3002
# Production URLs (uncomment for production)
# EXPO_PUBLIC_MANA_SERVICE_URL=https://your-middleware-url.com
# EXPO_PUBLIC_STORYTELLER_BACKEND_URL=https://storyteller-backend-pduya7fsoq-ey.a.run.app
# Supabase Configuration (optional - for direct client features)
# EXPO_PUBLIC_SUPABASE_URL=https://your-project.supabase.co
# EXPO_PUBLIC_SUPABASE_ANON_KEY=your-anon-key
# PostHog Analytics
EXPO_PUBLIC_POSTHOG_API_KEY=your-posthog-api-key
EXPO_PUBLIC_POSTHOG_HOST=https://app.posthog.com