mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
21 lines
330 B
YAML
21 lines
330 B
YAML
storage: ./.verdaccio_test_env/test-storage
|
|
|
|
uplinks:
|
|
npmjs:
|
|
url: https://registry.npmjs.org/
|
|
cache: false
|
|
|
|
logs:
|
|
- { type: stdout, format: pretty, level: trace }
|
|
|
|
packages:
|
|
jju:
|
|
allow_access: all
|
|
allow_publish: all
|
|
proxy_access: npmjs
|
|
|
|
'*':
|
|
allow_access: all
|
|
allow_publish: all
|
|
|
|
listen: 55501
|