0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-23 22:27:34 -05:00
verdaccio/test/e2e-pkg/config/_bootstrap_verdaccio.yaml
2019-12-14 22:52:26 +01:00

33 lines
522 B
YAML

storage: ./storage
auth:
htpasswd:
file: ./htpasswd
max_users: -1
web:
enable: true
title: verdaccio-e2e-pkg
uplinks:
npmjs:
url: https://registry.npmjs.org/
logs:
- { type: stdout, format: pretty, level: info }
packages:
'@*/*':
access: $all
publish: $anonymous
unpublish: $authenticated
proxy: npmjs
'verdaccio':
access: $authenticated
publish: $anonymous
'**':
access: $all
publish: $anonymous
unpublish: $authenticated
proxy: npmjs
_debug: true