Skip to content

Commit e96019d

Browse files
feat: Add .env.example file with configuration placeholders for Discord, AI APIs, and GitHub
1 parent 51bf47e commit e96019d

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.env.example

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Discord
2+
DISCORD_TOKEN=your_discord_token
3+
DISCORD_CLIENT_ID=your_discord_client_id
4+
5+
# AI APIs (choose one or both)
6+
ANTHROPIC_API_KEY=your_anthropic_api_key
7+
OPENAI_API_KEY=your_openai_api_key
8+
9+
# GitHub
10+
GITHUB_TOKEN=your_github_token
11+
GITHUB_OWNER=your_github_owner
12+
GITHUB_REPO=your_github_repo
13+
14+
# Environment
15+
NODE_ENV=production

0 commit comments

Comments
 (0)