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
Juan Picado @jotadeveloper dc25630ef2
test: add test for listen port
2019-12-15 23:04:11 +01:00

36 lines
482 B
YAML

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