2019-12-14 16:52:26 -05:00
|
|
|
storage: ./storage
|
|
|
|
|
|
|
|
auth:
|
|
|
|
htpasswd:
|
|
|
|
file: ./htpasswd
|
|
|
|
max_users: -1
|
|
|
|
|
|
|
|
web:
|
2021-03-30 13:32:46 -05:00
|
|
|
enable: false
|
2019-12-14 16:52:26 -05:00
|
|
|
title: verdaccio-e2e-pkg
|
|
|
|
|
|
|
|
uplinks:
|
|
|
|
npmjs:
|
2021-03-29 05:32:37 -05:00
|
|
|
url: https://registry.verdaccio.org/
|
2019-12-14 16:52:26 -05:00
|
|
|
|
2021-03-30 13:32:46 -05:00
|
|
|
logs: { type: stdout, format: json, level: trace }
|
2019-12-14 16:52:26 -05:00
|
|
|
|
|
|
|
packages:
|
|
|
|
'@*/*':
|
|
|
|
access: $all
|
|
|
|
publish: $anonymous
|
|
|
|
unpublish: $authenticated
|
|
|
|
proxy: npmjs
|
|
|
|
'verdaccio':
|
2019-12-15 06:07:29 -05:00
|
|
|
access: $all
|
2019-12-14 16:52:26 -05:00
|
|
|
publish: $anonymous
|
|
|
|
'**':
|
|
|
|
access: $all
|
|
|
|
publish: $anonymous
|
|
|
|
unpublish: $authenticated
|
|
|
|
proxy: npmjs
|
2021-03-30 13:32:46 -05:00
|
|
|
|
2019-12-14 16:52:26 -05:00
|
|
|
_debug: true
|