DATABASE_URL=postgresql+psycopg://metabloom:change-me@localhost:5432/metabloom JWT_SECRET=generate-a-random-secret-of-at-least-32-characters ENVIRONMENT=production ALLOWED_ORIGINS=https://app.example.com POSTGRES_PASSWORD=change-me # API OpenAI-compatible : Ollama local par défaut, ou fournisseur autorisé. # Docker sur le réseau ai-company : utiliser le nom DNS du service, pas localhost. AI_BASE_URL=http://ollama:11434/v1 AI_MODEL=qwen2.5:1.5b AI_API_KEY= AI_TIMEOUT_SECONDS=90