0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-16 21:56:25 -05:00
verdaccio/e2e/ui/config/config.yaml

29 lines
439 B
YAML
Raw Normal View History

web:
enable: true
title: verdaccio-server-e2e
login: true
log: { type: stdout, format: json, level: info }
uplinks:
npmjs:
url: https://registry.npmjs.org/
auth:
htpasswd:
file: ./htpasswd
packages:
'@verdaccio/*':
access: $all
publish: $authenticated
'@*/*':
access: $all
publish: $authenticated
proxy: npmjs
'**':
access: $all
publish: $authenticated
proxy: npmjs
_debug: true