# Jira Authentication Configuration
# Copy this file to .env and fill in your actual values
# Your Jira instance URL (without trailing slash)
# Example: https://yourcompany.atlassian.net
JIRA_BASE_URL=https://yourcompany.atlassian.net
# Your Jira account email
# Example: your.email@company.com
JIRA_EMAIL=your.email@company.com
# Your Jira API token
# Generate at: https://id.atlassian.com/manage-profile/security/api-tokens
# Click "Create API token" and copy the generated token here
JIRA_API_TOKEN=your_api_token_here
# Node environment (development/production)
# Set to 'development' to enable connection testing and debug messages
# Set to 'production' or leave empty for production mode (no connection test, minimal logging)
NODE_ENV=development