mirror of
https://github.com/pnpm/pnpm.git
synced 2025-12-23 15:18:15 -05:00
27 lines
472 B
YAML
27 lines
472 B
YAML
storage: ./.verdaccio-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}
|