[Configuration] 개발환경 Proxy 설정

taeni·2021년 11월 4일
0

Windows 기준

Eclipse

경로: 이클립스경로.Eclipse.ini

-Djavax.net.ssl.trustStore=NUL
-Djavax.net.ssl.trustStoreType=Windows-ROOT 

IntelliJ

경로: IntelliJ경로\idea.properties

java.net.useSystemProxies=true

NPM

경로: C:\Users\사용자계정.npmrc

set=proxy
http://ID:PW@IP:PORT=
proxy=http://ID:PW@IP:PORT/
https-proxy=http://ID:PW@IP:PORT/
strict-ssl=false
registry=http://registry.npmjs.org/
profile
정태인의 블로그

0개의 댓글