포트 설정 통일: 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:
Minseo-Jo
2025-10-29 17:45:12 +09:00
parent 8dd830c25f
commit c68df2f733
15 changed files with 227 additions and 10 deletions
@@ -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}