12 lines
694 B
Plaintext
12 lines
694 B
Plaintext
# Replace YOUR_ARTIFACTORY_URL with your actual Artifactory URL
|
|
registry=https://YOUR_ARTIFACTORY_URL/artifactory/api/npm/npm-virtual/
|
|
|
|
# If authentication is required, uncomment and configure:
|
|
# //YOUR_ARTIFACTORY_URL/artifactory/api/npm/npm-virtual/:_auth=${ARTIFACTORY_AUTH_TOKEN}
|
|
# //YOUR_ARTIFACTORY_URL/artifactory/api/npm/npm-virtual/:always-auth=true
|
|
|
|
# Alternative: username/password (less secure, not recommended)
|
|
# //YOUR_ARTIFACTORY_URL/artifactory/api/npm/npm-virtual/:username=${ARTIFACTORY_USERNAME}
|
|
# //YOUR_ARTIFACTORY_URL/artifactory/api/npm/npm-virtual/:_password=${ARTIFACTORY_PASSWORD}
|
|
# //YOUR_ARTIFACTORY_URL/artifactory/api/npm/npm-virtual/:email=your-email@company.com
|