mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-11 01:15:11 -04:00
27 lines
492 B
YAML
27 lines
492 B
YAML
storage: ./verdaccio/node_modules/storage-cache
|
|
middlewares:
|
|
audit:
|
|
enabled: true
|
|
uplinks:
|
|
npmjs:
|
|
url: https://registry.npmjs.org/
|
|
max_fails: 100
|
|
maxage: 30m
|
|
fail_timeout: 10m
|
|
timeout: 600s
|
|
agent_options:
|
|
keepAlive: true
|
|
maxSockets: 40
|
|
maxFreeSockets: 10
|
|
packages:
|
|
'@*/*':
|
|
access: $all
|
|
publish: $all
|
|
proxy: npmjs
|
|
'**':
|
|
access: $all
|
|
publish: $all
|
|
proxy: npmjs
|
|
logs:
|
|
- {type: stdout, format: pretty, level: error}
|