diff --git a/.npmrc b/.npmrc index eb69750..bddc33e 100644 --- a/.npmrc +++ b/.npmrc @@ -1,16 +1,5 @@ -# Remove repo-level GITEA_NPM_TOKEN interpolation -# Gitea registry auth should live in user-level ~/.npmrc or CI secrets -# Only when BYTELYST_PACKAGE_SOURCE=gitea is explicitly used - -# Default: Use local common platform packages -# BYTELYST_PACKAGE_SOURCE=common-plat - -# Optional: Use Gitea registry (requires auth) -# BYTELYST_PACKAGE_SOURCE=gitea -# GITEA_NPM_TOKEN should be in ~/.npmrc or CI secrets - -@bytelyst:registry=http://${GITEA_NPM_HOST:-localhost}:3300/api/packages/ByteLyst/npm/ -//${GITEA_NPM_HOST:-localhost}:3300}/api/packages/ByteLyst/npm/:_authToken=${GITEA_NPM_TOKEN} +@bytelyst:registry=http://${GITEA_NPM_HOST:-localhost}:3300/api/packages/learning_ai_user/npm/ +//localhost:3300/api/packages/learning_ai_user/npm/:_authToken=${GITEA_NPM_TOKEN} strict-ssl=false link-workspace-packages=true prefer-workspace-packages=true diff --git a/.npmrc.docker b/.npmrc.docker index f45c489..ddb268c 100644 --- a/.npmrc.docker +++ b/.npmrc.docker @@ -1 +1 @@ -@bytelyst:registry=http://localhost:3300/api/packages/bytelyst/npm/ \ No newline at end of file +@bytelyst:registry=http://localhost:3300/api/packages/learning_ai_user/npm/ \ No newline at end of file