mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-08 23:25:51 +01:00
26 lines
399 B
YAML
26 lines
399 B
YAML
storage: ./.verdaccio_test_env/test-storage
|
|
|
|
users:
|
|
test:
|
|
password: a94a8fe5ccb19ba61c4c0873d391e987982fbbd3
|
|
|
|
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
|