mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-17 07:45:52 +01:00
31 lines
403 B
YAML
31 lines
403 B
YAML
|
store:
|
||
|
memory:
|
||
|
limit: 10
|
||
|
|
||
|
auth:
|
||
|
auth-memory:
|
||
|
users:
|
||
|
web:
|
||
|
enable: true
|
||
|
title: verdaccio
|
||
|
|
||
|
uplinks:
|
||
|
|
||
|
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
|