2019-12-14 22:52:26 +01:00
|
|
|
storage: ./storage
|
|
|
|
|
2019-12-15 12:07:29 +01:00
|
|
|
#store:
|
|
|
|
# memory:
|
|
|
|
# limit: 1000
|
|
|
|
|
2019-12-14 22:52:26 +01:00
|
|
|
auth:
|
|
|
|
htpasswd:
|
|
|
|
file: ./htpasswd
|
|
|
|
max_users: -1
|
|
|
|
|
|
|
|
web:
|
|
|
|
enable: true
|
|
|
|
title: verdaccio-e2e-pkg
|
|
|
|
|
|
|
|
uplinks:
|
|
|
|
npmjs:
|
|
|
|
url: https://registry.npmjs.org/
|
|
|
|
|
|
|
|
logs:
|
2019-12-15 12:07:29 +01:00
|
|
|
- { type: stdout, format: pretty, level: warn }
|
2019-12-14 22:52:26 +01:00
|
|
|
|
|
|
|
packages:
|
|
|
|
'@*/*':
|
|
|
|
access: $all
|
|
|
|
publish: $anonymous
|
|
|
|
unpublish: $authenticated
|
|
|
|
proxy: npmjs
|
|
|
|
'verdaccio':
|
2019-12-15 12:07:29 +01:00
|
|
|
access: $all
|
2019-12-14 22:52:26 +01:00
|
|
|
publish: $anonymous
|
|
|
|
'**':
|
|
|
|
access: $all
|
|
|
|
publish: $anonymous
|
|
|
|
unpublish: $authenticated
|
|
|
|
proxy: npmjs
|
|
|
|
_debug: true
|