mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-01-30 06:12:03 +00:00
chore: update environment variable documentation for Anthropic API key
- Changed comments in docker-compose files to clarify that the ANTHROPIC_API_KEY is optional. - Updated README to reflect changes in authentication setup, emphasizing integration with Claude Code CLI and removing outdated API key instructions. - Improved clarity on authentication methods and streamlined the setup process for users.
This commit is contained in:
@@ -28,7 +28,7 @@ services:
|
||||
ports:
|
||||
- '3008:3008'
|
||||
environment:
|
||||
# Required
|
||||
# Optional - Anthropic API key
|
||||
- ANTHROPIC_API_KEY=${ANTHROPIC_API_KEY}
|
||||
|
||||
# Optional - Claude CLI OAuth credentials
|
||||
|
||||
Reference in New Issue
Block a user