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

25 lines
384 B
YAML
Raw Normal View History

2016-11-07 12:15:38 -05:00
storage: ./.verdaccio_test_env/test-storage
2013-12-30 03:25:26 -05:00
users:
test:
password: a94a8fe5ccb19ba61c4c0873d391e987982fbbd3
uplinks:
npmjs:
url: https://registry.npmjs.org/
logs:
- { type: stdout, format: pretty, level: trace }
2013-12-30 03:25:26 -05:00
packages:
jju:
allow_access: all
allow_publish: all
proxy_access: npmjs
'*':
allow_access: all
allow_publish: all
listen: 55501