mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 19:21:10 +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>
26 lines
No EOL
1 KiB
Text
26 lines
No EOL
1 KiB
Text
# Node Environment
|
|
NODE_ENV=development
|
|
PORT=8080
|
|
|
|
# Mana Service Configuration
|
|
MANA_SERVICE_URL=https://mana-core-middleware-111768794939.europe-west3.run.app
|
|
APP_ID=8d2f5ddb-e251-4b3b-8802-84022a7ac77f
|
|
MANA_SUPABASE_SECRET_KEY=your_mana_service_role_key
|
|
|
|
# Supabase Configuration
|
|
MAERCHENZAUBER_SUPABASE_URL=your_supabase_url
|
|
MAERCHENZAUBER_SUPABASE_ANON_KEY=your_supabase_anon_key
|
|
MAERCHENZAUBER_JWT_SECRET=your_jwt_secret
|
|
|
|
# Azure OpenAI Configuration
|
|
MAERCHENZAUBER_AZURE_OPENAI_KEY=your_MAERCHENZAUBER_AZURE_OPENAI_KEY
|
|
MAERCHENZAUBER_AZURE_OPENAI_ENDPOINT=https://storyteller-openai-swedencentral.openai.azure.com/openai/deployments/gpt-4o/chat/completions?api-version=2024-08-01-preview
|
|
|
|
# Replicate Configuration (Required for image generation)
|
|
MAERCHENZAUBER_REPLICATE_API_KEY=your_MAERCHENZAUBER_REPLICATE_API_KEY
|
|
|
|
# CORS Configuration (comma-separated)
|
|
CORS_ORIGINS=http://localhost:3000,http://localhost:8081,http://localhost:8082,http://localhost:4200,http://localhost:5173
|
|
|
|
# Sentry Configuration (Optional)
|
|
SENTRY_DSN=your_sentry_dsn |