claude-code-proxy/.env.example
Seif Ghazi ae71ec4f72
Ready
2025-06-29 20:50:04 -04:00

16 lines
No EOL
360 B
Text

# Claude Code Monitor Configuration
# Server Configuration
PORT=3001
READ_TIMEOUT=500
WRITE_TIMEOUT=500
IDLE_TIMEOUT=500
# Anthropic API Configuration
# URL to forward requests to (the actual Anthropic API)
ANTHROPIC_FORWARD_URL=https://api.anthropic.com
ANTHROPIC_VERSION=2023-06-01
ANTHROPIC_MAX_RETRIES=3
# Storage Configuration
DATABASE_PATH=requests.db