.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
APP_ID
The App ID assigned to your GitHub App.
APP_NAME
The App name registered to your GitHub App.
APP_SLUG
PRIVATE_KEY
secret
The contents of the private key for your GitHub App. If you're unable to use multiline environment variables, use base64 encoding to…
WEBHOOK_SECRET
secret
The webhook secret used when creating a GitHub App. 'development' is used as a default, but the value in .env needs to match the value…
WEBHOOK_PATH
The URL path which will receive webhooks. Default: /api/github/webhooks
CONFIG_FILENAME
Pull configurations
DEFAULT_MERGE_METHOD
MONGODB_URL
secret
MongoDB
REDIS_URL
secret
Redis
LOG_LEVEL
The verbosity of logs to show when running your app, which can be fatal, error, warn, info, debug, trace or silent.
WEBHOOK_PROXY_URL
Allows your local development environment to receive GitHub webhook events. Go to https://smee.io/new to get started. (Example:…
SENTRY_DSN
Set to a Sentry DSN to report all errors thrown by your app.