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