-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv.example
More file actions
31 lines (25 loc) · 729 Bytes
/
env.example
File metadata and controls
31 lines (25 loc) · 729 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
30
31
# Languages to install (comma-separated)
LANGUAGES=node,python,java
NODE_VERSION=20.11.1
ASDF_VERSION=v0.14.0
PYTHON_VERSION=3.12.1
JAVA_VERSION=temurin-17.0.10+7
# VS Code (code-server)
VSCODE_DIR=/opt/vscode
VSCODE_PORT=8443
VSCODE_PASSWORD=agent
# Open AI
OPENAI_API_KEY=your_openai_api_key_here
OPENAI_MODEL=gpt-4
# Copilot CLI (opt-in, build args recommended)
COPILOT_CLI_ENABLED=false
COPILOT_CLI_MCP_SEED=false
COPILOT_CLI_INSTALL_METHOD=auto
COPILOT_CLI_VERSION=
COPILOT_CLI_PREFIX=/usr/local
# Browser runtime for MCPs (opt-in, build args recommended)
BROWSERS_ENABLED=false
# MCP - sequentialthinking
DISABLE_THOUGHT_LOGGING=false
# MCP - gitlab
GITLAB_PERSONAL_ACCESS_TOKEN=your_gitlab_personal_access_token_here