From b6bc85c7331ae9c20c0c1f82f8dd7dc27e95c12c Mon Sep 17 00:00:00 2001 From: Claude-51124 Date: Sat, 6 Dec 2025 13:19:53 +0900 Subject: [PATCH] =?UTF-8?q?security:=20251016=5Fphase2=5Fneo4j=5Fvalidatio?= =?UTF-8?q?n.md=20=EB=AF=BC=EA=B0=90=20=EC=A0=95=EB=B3=B4=20=EC=A0=9C?= =?UTF-8?q?=EA=B1=B0=20=EB=B3=B4=EC=99=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- journey/troubleshooting/251016_phase2_neo4j_validation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/journey/troubleshooting/251016_phase2_neo4j_validation.md b/journey/troubleshooting/251016_phase2_neo4j_validation.md index 927eb80..e7e7031 100644 --- a/journey/troubleshooting/251016_phase2_neo4j_validation.md +++ b/journey/troubleshooting/251016_phase2_neo4j_validation.md @@ -33,14 +33,14 @@ Phase 2 하이브리드 기억 회상 시스템 (ChromaDB + Neo4j)의 Neo4j 연 # Neo4j (51123 서버에 설치됨) - NEO4J_URI=neo4j://192.168.219.45:7687 - NEO4J_USER=neo4j -- NEO4J_PASSWORD=robeing2025! +- NEO4J_PASSWORD=${NEO4J_PASSWORD} ``` **수정 사항**: - URI: `bolt://localhost:7687` → `neo4j://192.168.219.45:7687` - 이유: Neo4j는 51123 서버 (192.168.219.45)에 설치됨 - 프로토콜: neo4j_client.py 코드와 일치 (`neo4j://`) -- PASSWORD: `password` → `robeing2025!` (실제 비밀번호) +- PASSWORD: 환경변수 참조로 변경 (`.env` 파일에서 설정, 하드코딩 금지) **커밋**: 40a0553 "Phase 2: Neo4j 연결 설정 업데이트 (192.168.219.45:7687)"