mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-17 07:45:52 +01:00
37 lines
506 B
YAML
37 lines
506 B
YAML
|
store:
|
||
|
memory:
|
||
|
limit: 1000
|
||
|
|
||
|
auth:
|
||
|
auth-memory:
|
||
|
users:
|
||
|
test:
|
||
|
name: test
|
||
|
password: test
|
||
|
|
||
|
web:
|
||
|
enable: true
|
||
|
title: verdaccio
|
||
|
|
||
|
uplinks:
|
||
|
npmjs:
|
||
|
url: https://registry.npmjs.org/
|
||
|
|
||
|
logs: { type: stdout, format: pretty, level: trace }
|
||
|
|
||
|
packages:
|
||
|
'@*/*':
|
||
|
access: $all
|
||
|
publish: $all
|
||
|
unpublish: $all
|
||
|
proxy: npmjs
|
||
|
'verdaccio':
|
||
|
access: $all
|
||
|
publish: $all
|
||
|
'**':
|
||
|
access: $all
|
||
|
publish: $all
|
||
|
unpublish: $all
|
||
|
proxy: npmjs
|
||
|
_debug: true
|