-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy path.env.example
More file actions
25 lines (21 loc) · 966 Bytes
/
.env.example
File metadata and controls
25 lines (21 loc) · 966 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
25
# Copy to .env and fill in your values:
# cp .env.example .env
# Your personal profile name (loads application-<GUIDE_PROFILE>.yml)
# Create your config: cp scripts/user-config/application-user.yml.example scripts/user-config/application-<yourname>.yml
GUIDE_PROFILE=user
# --- LLM Provider API Keys ---
# For local/MCP use: set at least one key so the server has an LLM available.
# For hub/web deployment: leave all keys unset — users bring their own (BYOK)
# via Settings → Integrations.
# When multiple keys are set, the server auto-detects the provider in this order:
# OPENAI_API_KEY=sk-proj-your-key-here
# ANTHROPIC_API_KEY=sk-ant-your-key-here
# MISTRAL_API_KEY=your-key-here
# DEEPSEEK_API_KEY=your-key-here
# Neo4j (optional — defaults shown)
# NEO4J_USERNAME=neo4j
# NEO4J_PASSWORD=brahmsian
# NEO4J_URI=bolt://localhost:7687
# Encryption key for BYOK API keys cached client-side.
# Generate with: openssl rand -base64 32
EMBABEL_KEY_SECRET=