mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 20:41:09 +02:00
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>
19 lines
No EOL
700 B
Text
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 |