Ready
This commit is contained in:
commit
ae71ec4f72
48 changed files with 21032 additions and 0 deletions
16
.env.example
Normal file
16
.env.example
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue