From 7d13f8f4c39b586b60691939f1a85323f3f67028 Mon Sep 17 00:00:00 2001 From: hyungi Date: Fri, 25 Jul 2025 06:43:15 +0900 Subject: [PATCH] =?UTF-8?q?docs:=20=EB=84=A4=ED=8A=B8=EC=9B=8C=ED=81=AC=20?= =?UTF-8?q?=EC=84=A4=EC=A0=95=20=EA=B7=9C=EC=B9=99=20=EC=B6=94=EA=B0=80=20?= =?UTF-8?q?=EB=B0=8F=20IP=20=EC=A3=BC=EC=86=8C=20=EB=AA=85=EC=8B=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Mac Mini IP: 192.168.1.122 (AI 번역 서버) - DS1525+ NAS IP: 192.168.1.227 (문서 저장소) - 대시보드 접속 주소 명시 --- CODING_CONVENTIONS.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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