2021-02-18 11:01:27 -05:00

32 lines
581 B
YAML

# path to a directory with all packages
storage: ../../tmp/local-registry/storage
# a list of other known repositories we can talk to
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
cache: false
packages:
'@nrwl/*':
access: $all
publish: $all
'**':
access: $all
publish: $all
unpublish: $all
proxy: npmjs
# log settings
logs:
- { type: stdout, format: pretty, level: warn }