diff --git a/CODING_CONVENTIONS.md b/CODING_CONVENTIONS.md index 7b6ed1e..1d74e7e 100644 --- a/CODING_CONVENTIONS.md +++ b/CODING_CONVENTIONS.md @@ -57,4 +57,12 @@ - `models/`: 학습된 AI 모델 파일 - `src/`: 핵심 소스 코드 - `tests/`: 테스트 코드 -- `static/`, `templates/`: FastAPI 웹 인터페이스 파일 \ No newline at end of file +- `static/`, `templates/`: FastAPI 웹 인터페이스 파일 + +## 6. 네트워크 설정 + +- **Mac Mini IP**: `192.168.1.122` (AI 번역 서버 호스트) +- **DS1525+ NAS IP**: `192.168.1.227` (문서 저장소) +- **NAS 마운트 포인트**: `/Volumes/DS1525+` +- **서버 포트**: `8080` (FastAPI 웹 서비스) +- **대시보드 접속**: `http://192.168.1.122:8080/dashboard` \ No newline at end of file