-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
26 lines (21 loc) · 1.01 KB
/
.env.example
File metadata and controls
26 lines (21 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Cortex — Environment Variables
# Copy to .env.local and fill in your values
# ─── Core ─────────────────────────────────────
# Override default directories (usually auto-detected)
# CORTEX_HOME=~/.cortex
# CLAUDE_HOME=~/.claude
# ─── Embedding Provider (for context-engine RAG) ───
# Options: mistral, openai, ollama, local
EMBED_PROVIDER=mistral
MISTRAL_API_KEY=
# OPENAI_API_KEY=
# OLLAMA_URL=http://localhost:11434
# ─── Cross-Machine (Duo) ─────────────────────
# Only needed if using multi-machine coordination
# DUO_REMOTE=user@hostname
# DUO_DB_PATH=$HOME/.cortex/duo/mailbox.db
# ─── Dashboard ────────────────────────────────
# DASHBOARD_PORT=8377
# ─── MCP Server Connections ───────────────────
# API keys for optional MCP integrations
# OBSIDIAN_API_KEY=