-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
35 lines (28 loc) · 1.75 KB
/
Copy path.env.example
File metadata and controls
35 lines (28 loc) · 1.75 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
29
30
31
32
33
34
35
# EduDock Builder — Environment Variables
# ── Required ──────────────────────────────────────────────────────────────────
JWT_SECRET=change-me-to-a-random-32-char-string-here
ADMIN_EMAIL=admin@edudock.local
ADMIN_PASSWORD=changeme
# ── Ports ─────────────────────────────────────────────────────────────────────
BUILDER_UI_PORT=3000
BUILDER_API_PORT=3001
# ── LLM (for describe + patch endpoints) ─────────────────────────────────────
# Provider: ollama | groq | openai | anthropic
LLM_PROVIDER=ollama
LLM_MODEL=qwen3:8b
OLLAMA_URL=http://host.docker.internal:11434
# Uncomment if using Groq
# LLM_PROVIDER=groq
# LLM_MODEL=llama-3.1-70b-versatile
# GROQ_API_KEY=
# Uncomment if using OpenAI
# LLM_PROVIDER=openai
# LLM_MODEL=gpt-4o-mini
# OPENAI_API_KEY=
# ── Storage ───────────────────────────────────────────────────────────────────
DATABASE_PATH=./data/builder.db
OUTPUT_DIR=./data/generated
# ── Smithery MCP Registry ─────────────────────────────────────────────────────
# Enables live MCP discovery during agent generation (https://smithery.ai/account/api-keys)
# Optional — without this, only the 4 built-in platform MCPs are shown to the designer.
# SMITHERY_API_KEY=