-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
29 lines (26 loc) · 771 Bytes
/
.env.example
File metadata and controls
29 lines (26 loc) · 771 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
26
27
28
29
# OpenCode multi-agent team runtime environment template.
#
# Global config users:
# cp .env.example ~/.config/opencode/.env
# set -a && source ~/.config/opencode/.env && set +a
#
# To auto-source for shell-launched OpenCode sessions, add this to ~/.zshrc or ~/.bashrc:
# if [ -f "$HOME/.config/opencode/.env" ]; then
# set -a
# . "$HOME/.config/opencode/.env"
# set +a
# fi
#
# Project-local config users:
# cp .env.example .env
# set -a && source .env && set +a
OPENCODE_VLLM_BASE_URL=
# Research MCP: SearXNG.
OPENCODE_SEARXNG_URL=
OPENCODE_SEARXNG_AI_URL=
# Research MCP: Firecrawl.
OPENCODE_FIRECRAWL_API_URL=
OPENCODE_FIRECRAWL_API_KEY=
OPENCODE_FIRECRAWL_RETRY_MAX_ATTEMPTS=
OPENCODE_FIRECRAWL_AI_API_URL=
OPENCODE_FIRECRAWL_AI_API_KEY=