-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
28 lines (22 loc) · 1.09 KB
/
Copy path.env.example
File metadata and controls
28 lines (22 loc) · 1.09 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
27
28
# Context Engine — Environment Variables
# Copy to .env and customize. (.env is git-ignored.)
# ── Server ──
CE_PORT=3847 # HTTP server port (also respects PORT)
CE_ROOT= # Project root (defaults to repo root)
CE_API_KEY= # Bearer token auth (empty = no auth required)
# ── Embeddings (Ollama) ──
OLLAMA_URL=http://127.0.0.1:11434
CE_EMBED_MODEL=nomic-embed-text
# ── MCP HTTP Server ──
MCP_HTTP_HOST=127.0.0.1
MCP_HTTP_PORT=3850
MCP_HTTP_TOKEN= # Static bearer token for MCP HTTP (empty = no auth)
MCP_OAUTH_PASSWORD= # OAuth password (takes precedence over MCP_HTTP_TOKEN)
MCP_PUBLIC_URL= # Public URL for OAuth redirect (auto-detected if empty)
# ── MCP Tools (stdio bridge) ──
CE_HOST=127.0.0.1 # Host when CE runs remotely
# ── Electron Desktop ──
CE_HOT_RELOAD= # Set to "1" to watch UI files for changes
CE_NEW_USER_PROFILE= # Set to "1" for first-run / new-user mode
# ── Benchmark ──
CE_URL=http://127.0.0.1:3847 # Base URL for bench/tokenomics.py