# Note: Do not use double quotes for any values in this file
# Transport options (CLI: --transport [stdio|sse], --port PORT)
# Default: stdio transport
# Read-only mode (disables all write operations) (CLI: --read-only)
# READ_ONLY_MODE=true
# Confluence Cloud (CLI: --confluence-url, --confluence-username, --confluence-token)
CONFLUENCE_URL=https://your-domain.atlassian.net/wiki
CONFLUENCE_USERNAME=your.email@domain.com
CONFLUENCE_API_TOKEN=your_api_token
# Confluence Server/Data Center (CLI: --confluence-url, --confluence-personal-token, --[no-]confluence-ssl-verify)
# CONFLUENCE_URL=https://confluence.your-company.com
# CONFLUENCE_PERSONAL_TOKEN=your_personal_access_token
# CONFLUENCE_SSL_VERIFY=true
# Jira Cloud (CLI: --jira-url, --jira-username, --jira-token)
JIRA_URL=https://your-domain.atlassian.net
JIRA_USERNAME=your.email@domain.com
JIRA_API_TOKEN=your_api_token
# Jira Server/Data Center (CLI: --jira-url, --jira-personal-token, --[no-]jira-ssl-verify)
# JIRA_URL=https://jira.your-company.com
# JIRA_PERSONAL_TOKEN=your_personal_access_token
# JIRA_SSL_VERIFY=true
# Debug options (CLI: -v, --verbose)