fix(infra): sync .npmrc from canonical template
Aligns with scripts/npmrc.template in learning_ai_common_plat.
Uses ${GITEA_NPM_HOST:-localhost}:3300 SSH tunnel pattern.
This commit is contained in:
parent
ff7f658628
commit
163f488506
2
.npmrc
2
.npmrc
@ -1,4 +1,4 @@
|
|||||||
@bytelyst:registry=http://localhost:3300/api/packages/ByteLyst/npm/
|
@bytelyst:registry=http://${GITEA_NPM_HOST:-localhost}:3300/api/packages/ByteLyst/npm/
|
||||||
//localhost:3300/api/packages/ByteLyst/npm/:_authToken=${GITEA_NPM_TOKEN}
|
//localhost:3300/api/packages/ByteLyst/npm/:_authToken=${GITEA_NPM_TOKEN}
|
||||||
strict-ssl=false
|
strict-ssl=false
|
||||||
link-workspace-packages=true
|
link-workspace-packages=true
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user