-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv.example
More file actions
31 lines (26 loc) · 866 Bytes
/
Copy pathenv.example
File metadata and controls
31 lines (26 loc) · 866 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
28
29
30
31
# LangSmith Configuration
LANGCHAIN_PROJECT=default
LANGCHAIN_API_KEY=your_langchain_api_key_here
LANGCHAIN_TRACING_V2=true
LANGCHAIN_TEST_TRACKING=false
# LLM Provider Keys
ANTHROPIC_API_KEY=your_anthropic_api_key_here
OPENAI_API_KEY=your_openai_api_key_here
GOOGLE_API_KEY=your_google_api_key_here
# Infrastructure
DAYTONA_API_KEY=your_daytona_api_key_here
# Tools
FIRECRAWL_API_KEY=your_firecrawl_api_key_here
# GitHub App Configuration
GITHUB_APP_NAME=open-swe-fernando
GITHUB_APP_ID=your_github_app_id_here
GITHUB_APP_PRIVATE_KEY=your_github_private_key_here
GITHUB_WEBHOOK_SECRET=your_github_webhook_secret_here
# Application Configuration
PORT=10000
OPEN_SWE_APP_URL=https://your-app-url.com
SECRETS_ENCRYPTION_KEY=your_secrets_encryption_key_here
SKIP_CI_UNTIL_LAST_COMMIT=true
OPEN_SWE_LOCAL_MODE=false
OPEN_SWE_LOCAL_PROJECT_PATH=
NODE_ENV=production