Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions 02-samples/11-customer-support-solar-panel/.env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# JIRA Integration Configuration
# Rename this file to .env and update with your own credentials

# Your Atlassian JIRA URL (ending with a slash)
JIRA_INSTANCE_URL="https://your-domain.atlassian.net/"

# Your JIRA account email
JIRA_USERNAME="[email protected]"

# API token generated from your Atlassian account
# Generate at: https://id.atlassian.com/manage-profile/security/api-tokens
JIRA_API_TOKEN="your-api-token-here"

# Set to True if using Jira Cloud
JIRA_CLOUD="True"

# The name of your JIRA project for tickets
PROJECT_NAME="SOLAR"
Loading