mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-17 15:29:41 +02:00
Move inactive projects out of active workspace: - bauntown (community website) - maerchenzauber (AI story generation) - memoro (voice memo app) - news (news aggregation) - nutriphi (nutrition tracking) - reader (reading app) - uload (URL shortener) - wisekeep (AI wisdom extraction) Update CLAUDE.md documentation: - Add presi to active projects - Document archived projects section - Update workspace configuration Archived apps can be re-activated by moving back to apps/ 🤖 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 |