mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-30 22:34:10 -05:00
18 lines
334 B
YAML
18 lines
334 B
YAML
|
uplinks:
|
||
|
npmjs:
|
||
|
url: https://registry.npmjs.org/
|
||
|
packages:
|
||
|
'@*/*':
|
||
|
access: $all
|
||
|
publish: $all
|
||
|
proxy: npmjs
|
||
|
'foo':
|
||
|
access: $all
|
||
|
publish: $authenticated
|
||
|
proxy: _____this_uplink_does_not_march
|
||
|
'*':
|
||
|
access: $all
|
||
|
publish: $all
|
||
|
proxy: npmjs
|
||
|
log: { type: stdout, format: pretty, level: warn }
|