forked from WillianPaiva/copilot-mcp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
23 lines (18 loc) · 796 Bytes
/
.env.example
File metadata and controls
23 lines (18 loc) · 796 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# GitHub Authentication
# The server will automatically find your GitHub Copilot authentication from:
# 1. ~/.config/github-copilot/hosts.json or apps.json (automatic if GitHub Copilot is installed)
# 2. GITHUB_TOKEN environment variable (only in GitHub Codespaces)
# 3. Manual token override (if needed)
# Optional: Manual GitHub token override (only needed if auto-detection fails)
# GITHUB_TOKEN=your_github_token_here
# Optional: GitHub App (for organization use)
# GITHUB_APP_ID=your_app_id
# GITHUB_APP_PRIVATE_KEY_PATH=path/to/private-key.pem
# GITHUB_INSTALLATION_ID=your_installation_id
# GitHub Organization (optional, for organization-specific features)
GITHUB_ORG=your_organization_name
# Server Configuration
LOG_LEVEL=info
DEBUG=false
# Rate Limiting
MAX_REQUESTS_PER_MINUTE=60