diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-04-29 12:09:58 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-04-29 12:09:58 +0000 |
commit | db36dea03b0e56ed242eb290c51be88ca4c61a65 (patch) | |
tree | 8352090b6b45cbd012be01a406a8f3d5b8d2b227 /doc/user/packages/npm_registry | |
parent | 38e4bfea582e8c755dd21613bf21658b1771449b (diff) | |
download | gitlab-ce-db36dea03b0e56ed242eb290c51be88ca4c61a65.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/user/packages/npm_registry')
-rw-r--r-- | doc/user/packages/npm_registry/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/packages/npm_registry/index.md b/doc/user/packages/npm_registry/index.md index 8e3718f3255..c5f9d3dd47b 100644 --- a/doc/user/packages/npm_registry/index.md +++ b/doc/user/packages/npm_registry/index.md @@ -318,7 +318,7 @@ npmScopes: foo: npmRegistryServer: "https://gitlab.example.com/api/v4/projects/<your_project_id>/packages/npm/" npmPublishRegistry: "https://gitlab.example.com/api/v4/projects/<your_project_id>/packages/npm/" - + npmRegistries: //gitlab.example.com/api/v4/projects/<your_project_id>/packages/npm/: npmAlwaysAuth: true |