Skip to content

Commit 10925e4

Browse files
fix: complete .env.example with all required variables
1 parent 27126fa commit 10925e4

1 file changed

Lines changed: 11 additions & 2 deletions

File tree

discord-server/.env.example

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,14 @@
22
DISCORD_BOT_TOKEN=your_discord_bot_token_here
33
DISCORD_INBOX_CHANNEL_ID=your_channel_id_here
44

5-
# Claude Configuration
6-
OBSIDIAN_VAULT_PATH=/Users/jonathan.glasmeyer/Projects/obsidian-vault
5+
# Claude Code Configuration
6+
CLAUDE_CODE_OAUTH_TOKEN=your_claude_oauth_token_here
7+
OBSIDIAN_VAULT_PATH=/path/to/your/obsidian-vault
8+
9+
# Application Configuration
10+
PORT=3001
11+
NODE_ENV=development
12+
13+
# Redis Configuration
14+
REDIS_URL=redis://localhost:6379
15+
REDIS_TTL_SECONDS=86400

0 commit comments

Comments
 (0)