mirror of
https://github.com/hwanny1128/HGZero.git
synced 2026-06-13 07:09:09 +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:
@@ -1,5 +1,5 @@
|
||||
# 서버 설정
|
||||
PORT=8086
|
||||
PORT=8087
|
||||
HOST=0.0.0.0
|
||||
|
||||
# Claude API
|
||||
|
||||
Reference in New Issue
Block a user