2019-12-15 06:07:29 -05:00
|
|
|
storage: ./storage
|
|
|
|
|
2020-12-21 04:22:06 -05:00
|
|
|
store:
|
|
|
|
memory:
|
|
|
|
limit: 1000
|
2019-12-15 06:07:29 -05:00
|
|
|
|
|
|
|
auth:
|
|
|
|
htpasswd:
|
|
|
|
file: ./htpasswd
|
|
|
|
max_users: -1
|
|
|
|
|
|
|
|
web:
|
|
|
|
enable: true
|
|
|
|
title: verdaccio-default
|
|
|
|
|
|
|
|
uplinks:
|
2019-12-15 17:04:11 -05:00
|
|
|
local:
|
2020-12-21 04:22:06 -05:00
|
|
|
url: http://localhost:6001
|
2019-12-15 06:07:29 -05:00
|
|
|
|
2021-03-31 14:21:40 -05:00
|
|
|
logs: { type: stdout, format: json, level: http }
|
2019-12-15 06:07:29 -05:00
|
|
|
|
|
|
|
packages:
|
|
|
|
'@*/*':
|
|
|
|
access: $all
|
|
|
|
publish: $anonymous
|
|
|
|
unpublish: $authenticated
|
2019-12-15 17:04:11 -05:00
|
|
|
proxy: local
|
2019-12-15 06:07:29 -05:00
|
|
|
'**':
|
|
|
|
access: $all
|
|
|
|
publish: $all
|
|
|
|
unpublish: $authenticated
|
2019-12-15 17:04:11 -05:00
|
|
|
proxy: local
|
2019-12-15 06:07:29 -05:00
|
|
|
|
|
|
|
_debug: true
|