mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-13 03:35:52 +01:00
16 lines
236 B
YAML
16 lines
236 B
YAML
store:
|
|
memory:
|
|
limit: 1000
|
|
uplinks:
|
|
npmjs:
|
|
url: http://localhost:4873/
|
|
packages:
|
|
'@*/*':
|
|
access: $all
|
|
publish: $all
|
|
'*':
|
|
access: $all
|
|
publish: $all
|
|
logs:
|
|
- { type: stdout, format: pretty, level: warn }
|