0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-01-06 22:40:26 -05:00
verdaccio/packages/server/express/test/config/powered-custom.yaml

30 lines
396 B
YAML
Raw Normal View History

# storage: this is generated on _helper file
auth:
htpasswd:
file: ./htpasswd-package
web:
enable: true
user_agent: 'custom user agent'
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
_debug: true