mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-23 22:27:34 -05:00
17 lines
334 B
YAML
17 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 }
|