mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-23 22:27:34 -05:00
26 lines
483 B
YAML
26 lines
483 B
YAML
|
uplinks:
|
||
|
timeout:
|
||
|
url: https://registry.domain.com/
|
||
|
some:
|
||
|
url: https://registry.domain.com/
|
||
|
ver:
|
||
|
url: https://registry.verdaccio.org/
|
||
|
packages:
|
||
|
'@*/*':
|
||
|
access: $all
|
||
|
publish: $all
|
||
|
proxy: some
|
||
|
'timeout':
|
||
|
access: $all
|
||
|
publish: $authenticated
|
||
|
proxy: timeout
|
||
|
'foo':
|
||
|
access: $all
|
||
|
publish: $authenticated
|
||
|
proxy: some ver
|
||
|
'*':
|
||
|
access: $all
|
||
|
publish: $all
|
||
|
proxy: some
|
||
|
log: { type: stdout, format: pretty, level: warn }
|