Skip to content

Commit a515644

Browse files
committed
Added sample env config for deployment
1 parent 9113dad commit a515644

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

env.example

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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+
7+
# Hugging Face
8+
NEXT_PUBLIC_HUGGINGFACE_API_KEY=your_api_key_here
9+
10+
# OpenAI
11+
OPENAI_API_KEY=your_api_key_here
12+
13+
# ClaudeAI
14+
CLAUDE_API_KEY=your_api_key_here
15+
16+
# Google Gemini AI
17+
GOOGLE_GEMINI_API_KEY=your_api_key_here

0 commit comments

Comments
 (0)