# Claude GitHub Webhook - Quick Start Configuration # Copy this file to .env and fill in your values # # cp .env.quickstart .env # # Only the essentials to get up and running in 10 minutes # GitHub Configuration (Required) GITHUB_TOKEN=ghp_your_github_token_here GITHUB_WEBHOOK_SECRET=your_webhook_secret_here # Bot Identity (Required) BOT_USERNAME=@YourBotName BOT_EMAIL=bot@example.com # Security - Who can use the bot AUTHORIZED_USERS=your-github-username DEFAULT_AUTHORIZED_USER=your-github-username # Port (default: 3002) PORT=3002 # That's it! The setup script will handle Claude authentication. # Run: ./scripts/setup/setup-claude-interactive.sh