managarten/apps/maerchenzauber/.env.example
Wuesteon ff80aeec1f refactor: restructure
monorepo with apps/ and services/
  directories
2025-11-26 03:03:24 +01:00

34 lines
No EOL
983 B
Text

# Environment Configuration Example
# Copy this file to .env and fill in your values
# Environment
NODE_ENV=development
# Server Configuration
PORT=8080
# Mana Service Configuration
MANA_SERVICE_URL=https://mana-core-middleware-111768794939.europe-west3.run.app
APP_ID=8d2f5ddb-e251-4b3b-8802-84022a7ac77f
# Supabase Configuration
MAERCHENZAUBER_SUPABASE_URL=https://dyywxrmonxoiojsjmymc.supabase.co
MAERCHENZAUBER_SUPABASE_ANON_KEY=your_anon_key_here
MAERCHENZAUBER_JWT_SECRET=your_jwt_secret_here
# AI Services
MAERCHENZAUBER_GOOGLE_GENAI_API_KEY=your_MAERCHENZAUBER_GOOGLE_GENAI_API_KEY
MAERCHENZAUBER_REPLICATE_API_KEY=your_replicate_token
# Monitoring & Analytics
SENTRY_DSN=your_sentry_dsn
POSTHOG_API_KEY=your_posthog_api_key
POSTHOG_HOST=https://app.posthog.com
# Google Cloud Configuration (for production)
GCP_PROJECT_ID=your_gcp_project_id
GOOGLE_APPLICATION_CREDENTIALS=path/to/service-account.json
# Feature Flags
ENABLE_SENTRY_DEV=false
ENABLE_POSTHOG_DEV=false