mirror of
https://github.com/hwanny1128/HGZero.git
synced 2026-06-12 22:59:10 +00:00
포트 설정 통일: ai-python 서비스 8087 포트로 변경
- ai-python/.env: PORT를 8086에서 8087로 변경 - ai-python/.env.example: PORT를 8086에서 8087로 변경 - meeting/application.yml: AI Service 설정 추가 (기본 포트 8087) - develop/dev/ai-frontend-integration-guide.md: 문서 업데이트 (8087 포트 반영) 목적: 다른 개발자들의 테스트 환경 통일 및 혼란 방지
This commit is contained in:
@@ -151,3 +151,9 @@ azure:
|
||||
storage:
|
||||
connection-string: ${AZURE_STORAGE_CONNECTION_STRING:}
|
||||
container: ${AZURE_STORAGE_CONTAINER:hgzero-checkpoints}
|
||||
|
||||
# AI Service Configuration
|
||||
ai:
|
||||
service:
|
||||
url: ${AI_SERVICE_URL:http://localhost:8087}
|
||||
timeout: ${AI_SERVICE_TIMEOUT:30000}
|
||||
|
||||
Reference in New Issue
Block a user