From 4946a1979bcf5dd64eef58fdb68cd241a7a1f268 Mon Sep 17 00:00:00 2001 From: htlee Date: Sat, 14 Feb 2026 12:07:18 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20npm=20=EB=A0=88=EC=A7=80=EC=8A=A4?= =?UTF-8?q?=ED=8A=B8=EB=A6=AC=20URL=EC=9D=84=20HTTPS=20=EB=8F=84=EB=A9=94?= =?UTF-8?q?=EC=9D=B8=EC=9C=BC=EB=A1=9C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .npmrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.npmrc b/.npmrc index 2d14c96..2c54584 100644 --- a/.npmrc +++ b/.npmrc @@ -1,5 +1,5 @@ # Nexus npm 프록시 레지스트리 -registry=http://211.208.115.83:9081/repository/npm-public/ +registry=https://nexus.gc-si.dev/repository/npm-public/ # 인증 (필요한 경우, npm login으로 설정) -# //211.208.115.83:9081/repository/npm-public/:_authToken=YOUR_TOKEN +# //nexus.gc-si.dev/repository/npm-public/:_authToken=YOUR_TOKEN