chore: npm 레지스트리 URL을 HTTPS 도메인으로 변경
This commit is contained in:
부모
9cc8f6b66a
커밋
4946a1979b
4
.npmrc
4
.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
|
||||
|
||||
불러오는 중...
Reference in New Issue
Block a user