2019-12-14 22:52:26 +01:00
|
|
|
storage: ./storage
|
|
|
|
|
|
|
|
auth:
|
|
|
|
htpasswd:
|
|
|
|
file: ./htpasswd
|
|
|
|
max_users: -1
|
|
|
|
|
|
|
|
web:
|
2021-03-30 20:32:46 +02:00
|
|
|
enable: false
|
2019-12-14 22:52:26 +01:00
|
|
|
title: verdaccio-e2e-pkg
|
|
|
|
|
|
|
|
uplinks:
|
|
|
|
npmjs:
|
2021-03-29 12:32:37 +02:00
|
|
|
url: https://registry.verdaccio.org/
|
2020-12-21 10:22:06 +01:00
|
|
|
max_fails: 30
|
|
|
|
fail_timeout: 10m
|
|
|
|
timeout: 60s
|
|
|
|
cache: true
|
|
|
|
maxage: 30m
|
|
|
|
agent_options:
|
|
|
|
keepAlive: true
|
|
|
|
maxSockets: 40
|
|
|
|
maxFreeSockets: 10
|
|
|
|
logs:
|
|
|
|
- { type: stdout, format: pretty, level: warn }
|
2019-12-14 22:52:26 +01:00
|
|
|
|
|
|
|
packages:
|
2020-12-21 10:22:06 +01:00
|
|
|
## ui-theme still lives outside of the core project
|
|
|
|
'@verdaccio/ui-theme':
|
|
|
|
access: $anonymous
|
|
|
|
publish: $anonymous
|
|
|
|
proxy: npmjs
|
|
|
|
'@verdaccio/*':
|
|
|
|
access: $anonymous
|
|
|
|
publish: $anonymous
|
2019-12-14 22:52:26 +01:00
|
|
|
'@*/*':
|
2020-12-21 10:22:06 +01:00
|
|
|
access: $anonymous
|
2019-12-14 22:52:26 +01:00
|
|
|
publish: $anonymous
|
2020-12-21 10:22:06 +01:00
|
|
|
unpublish: $anonymous
|
2019-12-14 22:52:26 +01:00
|
|
|
proxy: npmjs
|
2020-12-21 10:22:06 +01:00
|
|
|
'verdaccio-*':
|
|
|
|
access: $anonymous
|
|
|
|
publish: $anonymous
|
2019-12-14 22:52:26 +01:00
|
|
|
'verdaccio':
|
2020-12-21 10:22:06 +01:00
|
|
|
access: $anonymous
|
2019-12-14 22:52:26 +01:00
|
|
|
publish: $anonymous
|
|
|
|
'**':
|
2020-12-21 10:22:06 +01:00
|
|
|
access: $anonymous
|
2019-12-14 22:52:26 +01:00
|
|
|
publish: $anonymous
|
2020-12-21 10:22:06 +01:00
|
|
|
unpublish: $anonymous
|
2019-12-14 22:52:26 +01:00
|
|
|
proxy: npmjs
|
2021-03-30 20:32:46 +02:00
|
|
|
|
2019-12-14 22:52:26 +01:00
|
|
|
_debug: true
|