.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
NODE_ENV
RepoPulse placeholder configuration. Do not put production secrets here.
APP_URL
SESSION_SECRET
secret
ADMIN_EMAIL
ADMIN_PASSWORD
secret
MYSQL_DATABASE
MySQL is the first-class backend for this implementation.
MYSQL_USER
MYSQL_PASSWORD
secret
MYSQL_ROOT_PASSWORD
secret
MYSQL_PORT
APP_PORT
DATABASE_URL
secret
GITHUB_TOKEN
secret
GitHub integration. Leave empty to show a configuration-required empty state. Set MOCK_GITHUB=true only when you explicitly want demo data.
GITHUB_API_BASE_URL
MOCK_GITHUB
SYNC_CONCURRENCY
AI_ENABLED
Optional AI provider. Leave disabled for rule-based reports.
AI_BASE_URL
AI_API_KEY
secret
AI_MODEL
brew install flyctl && fly launch --from https://github.com/auroranest/github-repo-pulse
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/auroranest/github-repo-pulse
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/auroranest/github-repo-pulse