Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update npm registry URLs for backend, bitdesign, bitdev, eventiva, frontend, resnovas, teambit, and tgt #581

Merged
merged 1 commit into from
Mar 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions .npmrc
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,13 @@
* DELETING THIS NOTICE AUTOMATICALLY VOIDS YOUR LICENSE
*/

@backend:registry=https://node-registry.bit.cloud
@bitdesign:registry=https://node-registry.bit.cloud
@bitdev:registry=https://node-registry.bit.cloud
@eventiva:registry=https://node-registry.bit.cloud
@frontend:registry=https://node-registry.bit.cloud
@resnovas:registry=https://node-registry.bit.cloud
@teambit:registry=https://node-registry.bit.cloud
@learnbit:registry=https://node-registry.bit.cloud
@bitdev:registry=https://node-registry.bit.cloud
@bit:registry=https://node-registry.bit.cloud
@tgtgamer:registry=https://node-registry.bit.cloud
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The configuration for the authentication token (//node-registry.bit.cloud/:_authToken=BIT_CLOUD_AUTH_TOKEN) and always-auth=true is crucial for accessing private packages or registries that require authentication. However, it's important to ensure that BIT_CLOUD_AUTH_TOKEN is securely managed, especially in public repositories. If this token is a placeholder, consider providing guidance on securely setting the actual token value, possibly through environment variables or CI/CD secrets.

Consider adding documentation or comments on securely managing the BIT_CLOUD_AUTH_TOKEN to prevent accidental exposure of sensitive information.

//node-registry.bit.cloud/:_authToken=BIT_CLOUD_AUTH_TOKEN
always-auth=true
Loading