1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-13 03:35:52 +01:00
verdaccio/test/e2e-cli/config/default.yaml

36 lines
482 B
YAML
Raw Normal View History

storage: ./storage
#store:
# memory:
# limit: 1000
auth:
htpasswd:
file: ./htpasswd
max_users: -1
web:
enable: true
title: verdaccio-default
uplinks:
npmjs:
url: http://localhost:4873
logs:
2019-12-15 17:06:28 +01:00
- { type: stdout, format: pretty, level: warn }
packages:
'@*/*':
access: $all
publish: $anonymous
unpublish: $authenticated
proxy: npmjs
'**':
access: $all
publish: $all
unpublish: $authenticated
proxy: npmjs
_debug: true