-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.env.example
More file actions
23 lines (19 loc) · 837 Bytes
/
.env.example
File metadata and controls
23 lines (19 loc) · 837 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# LLM API Keys (you need at least one)
ANTHROPIC_API_KEY=sk-ant-...
OPENAI_API_KEY=sk-...
OPENROUTER_API_KEY=sk-or-...
GOOGLE_API_KEY=AIza...
# Orchestrator port (default: 7770)
# ORCHESTRATOR_PORT=7770
# Data directory (default: ~/.openseed)
# Only needed when running in Docker. The compose file sets this automatically.
# OPENSEED_HOME=/data
# Host path for creature bind mounts (Docker mode only)
# When the orchestrator runs in Docker, it needs to know the real host path
# to bind-mount creature directories into sibling containers.
# OPENSEED_HOST_PATH=~/.openseed
# Janee secrets management
# Janee runs as a shared service via Docker Compose (see docker-compose.yml).
# Configure services on the host: janee init && janee add
# The ~/.janee directory is mounted into the Janee container automatically.
# JANEE_HOME=~/.janee