@verdaccio/server
Version:
server logic
27 lines (20 loc) • 368 B
YAML
# storage: this is generated on _helper file
auth:
htpasswd:
file: ./htpasswd-package
web:
enable: true
title: verdaccio
publish:
allow_offline: false
uplinks:
log: { type: stdout, format: pretty, level: trace }
packages:
'@*/*':
access: $all
publish: $all
unpublish: none
'**':
access: $all
publish: $all
unpublish: none