0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-23 22:27:34 -05:00
verdaccio/test/integration/config_nocache.yaml

22 lines
330 B
YAML
Raw Normal View History

2017-03-03 18:39:26 -05:00
storage: ./.verdaccio_test_env/test-storage
uplinks:
npmjs:
url: https://registry.npmjs.org/
cache: false
logs:
- { type: stdout, format: pretty, level: trace }
2017-03-03 18:39:26 -05:00
packages:
jju:
allow_access: all
allow_publish: all
proxy_access: npmjs
'*':
allow_access: all
allow_publish: all
listen: 55501