-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.env.sample
More file actions
27 lines (20 loc) · 991 Bytes
/
.env.sample
File metadata and controls
27 lines (20 loc) · 991 Bytes
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
# GitFlow Analytics Environment Variables
# Copy this file to .env and customize for your project
# IMPORTANT: Never commit .env files to version control!
# GitHub Configuration (Required)
GITHUB_TOKEN=ghp_your_github_personal_access_token_here
GITHUB_OWNER=your-github-username-or-org
# Optional: For organization-based repository discovery
# GITHUB_ORG=your-organization
# JIRA Configuration (Optional - only if using JIRA integration)
JIRA_ACCESS_USER=your.email@company.com
JIRA_ACCESS_TOKEN=your_jira_api_token_here
# ClickUp Configuration (Optional - only if using ClickUp integration)
CLICKUP_TOKEN=pk_your_clickup_api_token_here
# Linear Configuration (Optional - only if using Linear integration)
LINEAR_TOKEN=lin_api_your_linear_token_here
# OpenAI Configuration (Optional - only if using ChatGPT integration)
OPENAI_API_KEY=sk-your_openai_api_key_here
# Additional API tokens as needed
# AZURE_DEVOPS_TOKEN=your_azure_token_here
# BITBUCKET_TOKEN=your_bitbucket_token_here