-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
35 lines (30 loc) · 1.27 KB
/
.env.example
File metadata and controls
35 lines (30 loc) · 1.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# Claude API Configuration
# Option 1: Direct Anthropic API
ANTHROPIC_API_KEY=your_anthropic_api_key_here
# Option 2: Google Vertex AI (uncomment to use)
# CLAUDE_CODE_USE_VERTEX=1
# GOOGLE_CLOUD_PROJECT=your-gcp-project-id
# GOOGLE_APPLICATION_CREDENTIALS=/path/to/service-account-key.json
# Atlassian Remote MCP Server Configuration
# The Remote MCP Server is a cloud-based bridge to your Atlassian Cloud site
# Uses mcp-remote proxy which handles OAuth authentication automatically via browser
# See: https://support.atlassian.com/atlassian-rovo-mcp-server/docs/getting-started-with-the-atlassian-remote-mcp-server/
#
# NOTE: OAuth authentication is handled automatically by mcp-remote proxy:
# - First time: Opens browser for OAuth consent
# - After that: Caches and reuses authentication
# - Requires Node.js v18+ (for npx mcp-remote)
ATLASSIAN_SITE_URL=https://your-domain.atlassian.net
ATLASSIAN_MCP_SERVER_URL=https://mcp.atlassian.com/v1/mcp
# Confluence Configuration
CONFLUENCE_SPACE_KEY=YOUR_SPACE_KEY
CONFLUENCE_PAGE_TITLE_PREFIX=PRD -
# JIRA Configuration
JIRA_PROJECT_KEY=YOUR_PROJECT_KEY
JIRA_DEFAULT_ISSUE_TYPE_EPIC=Epic
JIRA_DEFAULT_ISSUE_TYPE_STORY=Story
JIRA_DEFAULT_ISSUE_TYPE_TASK=Task
# Application Configuration
APP_TITLE=AI Software Team
APP_DEBUG=False
LOG_LEVEL=INFO