fix: remove ANTHROPIC_API_KEY from agent-service to use subscription mode
Default to OAuth subscription billing via ~/.claude/.credentials.json instead of consuming API key credits. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
e20936ee2a
commit
6876ec569b
|
|
@ -128,8 +128,6 @@ services:
|
|||
- DB_PASSWORD=${POSTGRES_PASSWORD:-it0_dev}
|
||||
- DB_DATABASE=${POSTGRES_DB:-it0}
|
||||
- REDIS_URL=redis://redis:6379
|
||||
- ANTHROPIC_API_KEY=${ANTHROPIC_API_KEY}
|
||||
- ANTHROPIC_BASE_URL=${ANTHROPIC_BASE_URL}
|
||||
- AGENT_ENGINE_TYPE=claude_agent_sdk
|
||||
- AGENT_SERVICE_PORT=3002
|
||||
healthcheck:
|
||||
|
|
|
|||
Loading…
Reference in New Issue