mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
docs: add example for integrating GitHub registry with uplinks (#4505)
This commit is contained in:
parent
487e2f77fe
commit
8ace3245ff
1 changed files with 3 additions and 0 deletions
|
@ -22,6 +22,9 @@ uplinks:
|
|||
url: http://localhost:55666/
|
||||
```
|
||||
|
||||
Here's an example of seamlessly integrating npmjs and GitHub registries using Verdaccio:
|
||||
[How to use Verdaccio with GitHub registry](https://dev.to/verdaccio/how-to-use-verdaccio-with-github-registry-2ejj)
|
||||
|
||||
### Configuration {#configuration}
|
||||
|
||||
You can define mutiple uplinks and each of them must have an unique name (key). They can have the following properties:
|
||||
|
|
Loading…
Reference in a new issue