This repository was archived by the owner on Aug 5, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
76 lines (58 loc) · 2.06 KB
/
.env.example
File metadata and controls
76 lines (58 loc) · 2.06 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
# Agent Flows Environment Configuration
# Copy this file to .env and fill in your values
# ====================
# LLM Client Configuration
# ====================
# OpenRouter Configuration
OPENROUTER_API_KEY=your-openrouter-api-key-here
OPENROUTER_SITE_URL=https://github.com/agent-flows
OPENROUTER_SITE_NAME=Agent Flows
# LM Studio Configuration
LMSTUDIO_BASE_URL=http://localhost:1234/v1
# Default Provider (openrouter or lmstudio)
DEFAULT_LLM_PROVIDER=openrouter
# Model Overrides (optional)
# RESEARCH_MODEL=anthropic/claude-3.5-sonnet
# CODE_REVIEW_MODEL=deepseek/deepseek-coder
# JIRA_TASK_MODEL=openai/gpt-4-turbo
# ====================
# JIRA Configuration
# ====================
# Main JIRA settings
JIRA_BASE_URL=https://your-company.atlassian.net
JIRA_URL=https://your-company.atlassian.net # Alternative name used by some workflows
JIRA_USERNAME=your-email@company.com
JIRA_USER=your-email@company.com # Alternative name used by some workflows
JIRA_API_TOKEN=your-jira-api-token
JIRA_PROJECT_KEY=PROJ
# JIRA Webhook (for integrations)
# JIRA_WEBHOOK_SECRET=your-jira-webhook-secret
# ====================
# GitHub Configuration
# ====================
GITHUB_TOKEN=your-github-personal-access-token
# GITHUB_WEBHOOK_SECRET=your-github-webhook-secret
# ====================
# External Services
# ====================
# Perplexity API (for research workflows)
PERPLEXITY_API_KEY=your-perplexity-api-key
# Slack Integration (optional)
# SLACK_WEBHOOK_URL=https://hooks.slack.com/services/YOUR/WEBHOOK/URL
# SLACK_BOT_TOKEN=xoxb-your-bot-token
# SLACK_CHANNEL=#jira-workflow
# Microsoft Teams Integration (optional)
# TEAMS_WEBHOOK_URL=https://outlook.office.com/webhook/YOUR/WEBHOOK/URL
# Email Configuration (optional)
# SMTP_SERVER=smtp.gmail.com
# SMTP_PORT=587
# SMTP_USERNAME=your-email@gmail.com
# SMTP_PASSWORD=your-app-password
# FROM_EMAIL=your-email@gmail.com
# ====================
# System Configuration
# ====================
# User information (defaults to system user)
# USER=your-username
# Working directory (used by some scripts)
# ORIGINAL_PWD=/path/to/your/project