# Server PORT=3302 # Telegram TELEGRAM_BOT_TOKEN=your-bot-token-from-botfather TELEGRAM_ALLOWED_USERS= # Optional: comma-separated user IDs # Database DATABASE_URL=postgresql://postgres:postgres@localhost:5432/projectdoc # Storage (MinIO) S3_ENDPOINT=http://localhost:9000 S3_REGION=us-east-1 S3_ACCESS_KEY=minioadmin S3_SECRET_KEY=minioadmin S3_BUCKET=projectdoc-storage # AI - Transcription (OpenAI Whisper) OPENAI_API_KEY=sk-your-openai-key # AI - Generation LLM_PROVIDER=ollama # ollama | openai OLLAMA_URL=http://localhost:11434 OLLAMA_MODEL=gemma3:4b