# 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