-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path.env.example
More file actions
23 lines (21 loc) · 870 Bytes
/
.env.example
File metadata and controls
23 lines (21 loc) · 870 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Copy this file to .env and fill in the sensitive values
PIPELINE_TRIGGER_TOKEN=
PIPELINE_PROJECT_ID=
PIPELINE_REF=main
GITLAB_API_BASE=https://gitlab.com
WEBHOOK_SECRET_TOKEN=
FALLBACK_TARGET_BRANCH=main
ORIGINAL_NEEDS_MAX_CHARS=8192
COPILOT_AGENT_USERNAME=copilot-agent
LISTEN_HOST=0.0.0.0
LISTEN_PORT=8080
LOG_DEBUG=false
# Enable inline review comments on specific code lines (requires GitLab API support)
# Set to 'true' (default) to post review findings as inline comments on the actual code lines
# Set to 'false' to post all findings as a single general comment
ENABLE_INLINE_REVIEW_COMMENTS=true
# Language for Copilot-generated content (plans, MRs, comments, code reviews)
# Supported: en (English), zh (Chinese), ja (Japanese), hi (Hindi), ko (Korean), th (Thai), ar (Arabic)
# Default: en
COPILOT_LANGUAGE=en