mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-13 03:35:52 +01:00
21 lines
370 B
YAML
21 lines
370 B
YAML
|
storage: ./storage_default_storage
|
||
|
uplinks:
|
||
|
npmjs:
|
||
|
url: http://localhost:4873/
|
||
|
packages:
|
||
|
'@*/*':
|
||
|
access: $all
|
||
|
publish: $all
|
||
|
proxy: npmjs
|
||
|
unpublish: npmjs
|
||
|
'forbidden-place':
|
||
|
access: nobody
|
||
|
publish: $all
|
||
|
'*':
|
||
|
access: $all
|
||
|
publish: $all
|
||
|
unpublish: xxx
|
||
|
proxy: npmjs
|
||
|
logs:
|
||
|
- { type: stdout, format: pretty, level: warn }
|