mirror of
https://github.com/KeygraphHQ/shannon.git
synced 2026-07-19 02:57:23 +02:00
chore: add .env.example and simplify .gitignore
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
# Shannon Environment Configuration
|
||||
# Copy this file to .env and fill in your credentials
|
||||
|
||||
# Anthropic API Key (required - choose one)
|
||||
ANTHROPIC_API_KEY=your-api-key-here
|
||||
|
||||
# OR use OAuth token instead
|
||||
# CLAUDE_CODE_OAUTH_TOKEN=your-oauth-token-here
|
||||
Reference in New Issue
Block a user