# GitHub Enterprise API URL (example: https://github.company.com/api/v3) GITHUB_ENTERPRISE_URL=https://github.example.com/api/v3 # GitHub Personal Access Token GITHUB_TOKEN=your_personal_access_token # Server configuration PORT=3000 DEBUG=true # Timeout settings (ms) REQUEST_TIMEOUT=10000