.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
ENV
Environment variables for the local development environment
LOG_FORMAT
LOG_LEVEL
APP_RELOAD
APP_DEBUG
JBI_API_KEY
secret
DL_QUEUE_DSN
DL_QUEUE_CONSTANT_RETRY
DL_QUEUE_RETRY_TIMEOUT_DAYS
JIRA_USERNAME
Jira API Secrets
JIRA_API_KEY
secret
BUGZILLA_API_KEY
secret
Bugzilla API Secrets
brew install flyctl && fly launch --from https://github.com/mozilla/jira-bugzilla-integration
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/mozilla/jira-bugzilla-integration
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/mozilla/jira-bugzilla-integration