Skip to content

Commit 80a0202

Browse files
committed
Update .env.example
1 parent d4663d1 commit 80a0202

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.env.example

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Environment variables used by deployment
2+
3+
# GitHub and GitLab
4+
NEXT_PUBLIC_GITHUB_TOKEN=your_api_key_here
5+
NEXT_PUBLIC_GITLAB_TOKEN=your_api_key_here
6+
# OPTIONAL: providing your own GitHub PAT increases rate limits from 60/hr to 5000/hr to the GitHub API
7+
8+
NEXT_PUBLIC_GITHUB_PAT=
9+
10+
# For AI Feedback
11+
12+
# OpenAI
13+
OPENAI_API_KEY=your_api_key_here
14+
15+
# ClaudeAI
16+
CLAUDE_API_KEY=your_api_key_here
17+
18+
# Google Gemini AI
19+
GOOGLE_GEMINI_API_KEY=your_api_key_here

0 commit comments

Comments
 (0)