- # 私有仓库-外网开发地址
- #registry=http://210.12.198.156:9036/repository/yx-npm-group/
- registry=https://nexus.yangzhiqiang.tech/repository/yx-npm-group/
- # 私有仓库-云桌面开发地址
- #registry=http://192.168.36.21:9018/repository/yx-npm-group/
- # 私有仓库-认证令牌
- //nexus.yangzhiqiang.tech/repository/yx-npm-group/:_auth=eXV4cDp5dXhwJTIwMjE===
- # 始终进行身份验证的配置选项
- always-auth=true
- strict-ssl=false
|