{
// proxy settings
"proxies": {
"http-proxy": "http://@@PROXY_HOST@@:@@HTTP_PROXY_PORT@@",
"https-proxy": "http://@@PROXY_HOST@@:@@HTTP_PROXY_PORT@@",
"no-proxy": "@@PROXY_NO_PROXY@@"
}
// "registry-mirrors": [
// // tencent mirror, only for underside tencent network, if you are outside tencent network, please use another mirror
// "https://mirror.ccs.tencentyun.com"
// ]
}