We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27126fa commit 10925e4Copy full SHA for 10925e4
1 file changed
discord-server/.env.example
@@ -2,5 +2,14 @@
2
DISCORD_BOT_TOKEN=your_discord_bot_token_here
3
DISCORD_INBOX_CHANNEL_ID=your_channel_id_here
4
5
-# Claude Configuration
6
-OBSIDIAN_VAULT_PATH=/Users/jonathan.glasmeyer/Projects/obsidian-vault
+# Claude Code Configuration
+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