0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-23 22:27:34 -05:00
verdaccio/packages/server/express/test/config/no_debug.yaml

27 lines
368 B
YAML
Raw Normal View History

# 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