-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
24 lines (19 loc) · 751 Bytes
/
.env.example
File metadata and controls
24 lines (19 loc) · 751 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# === LLM Provider Configuration ===
# WARNING: The default uses a cloud API. For production use with real
# organisational email, switch to a local model (e.g., ollama/mistral)
# to ensure no message content leaves your infrastructure.
OVERMIND_LLM_PROVIDER=anthropic/claude-sonnet-4-20250514
# API keys (set the one matching your provider)
ANTHROPIC_API_KEY=sk-ant-your-key-here
# OPENAI_API_KEY=sk-your-key-here
# === PostgreSQL ===
POSTGRES_USER=overmind
POSTGRES_PASSWORD=overmind-dev
POSTGRES_DB=overmind
# === NATS ===
NATS_URL=nats://nats:4222
# === Stalwart Mail Server ===
STALWART_ADMIN_USER=admin@overmind.local
STALWART_ADMIN_PASSWORD=admin-dev
# === Internal service hostnames (Docker Compose networking) ===
POSTGRES_HOST=postgres