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/powered-custom.yaml
2022-08-19 20:25:20 +02:00

29 lines
396 B
YAML

# 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