# GitHub App Configuration # Create a GitHub App at https://github.com/settings/apps # Your GitHub App ID GITHUB_APP_ID= # Your GitHub App private key (can be multiline) # Generate from your GitHub App settings GITHUB_PRIVATE_KEY= # GitHub App webhook secret # Set this when creating your GitHub App WEBHOOK_SECRET= # Optional: GitHub OAuth credentials (for future features) GITHUB_CLIENT_ID= GITHUB_CLIENT_SECRET= # Server configuration PORT=3000