Fix: AI 서비스 포트 8087로 변경

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Minseo-Jo 2025-10-29 18:11:32 +09:00
parent ed017129c7
commit 0615538b1f

View File

@ -10,7 +10,7 @@ class Settings(BaseSettings):
# 서버 설정 # 서버 설정
app_name: str = "AI Service (Python)" app_name: str = "AI Service (Python)"
host: str = "0.0.0.0" host: str = "0.0.0.0"
port: int = 8086 port: int = 8087
# Claude API # Claude API
claude_api_key: str = "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" claude_api_key: str = "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"