mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-13 03:35:52 +01:00
55ee3fdd97
* chore: add ping endpoint * Update package.json * rebase from master * add debug code and logger * Update index.ts * Create heavy-ravens-lay.md * endpoint as plugin * chore: format * Update packages/core/server/debug/index.ts Co-authored-by: Manuel Spigolon <behemoth89@gmail.com> * add logger instance to fastify * 4873 port * format file * add logger Co-authored-by: Manuel Spigolon <behemoth89@gmail.com>
40 lines
554 B
YAML
40 lines
554 B
YAML
storage: ./storage
|
|
plugins: ./plugins
|
|
web:
|
|
title: Verdaccio
|
|
|
|
auth:
|
|
htpasswd:
|
|
file: ./htpasswd
|
|
uplinks:
|
|
npmjs:
|
|
url: https://registry.npmjs.org/
|
|
|
|
packages:
|
|
'@*/*':
|
|
access: $all
|
|
publish: $authenticated
|
|
unpublish: $authenticated
|
|
proxy: npmjs
|
|
|
|
'**':
|
|
access: $all
|
|
publish: $authenticated
|
|
unpublish: $authenticated
|
|
proxy: npmjs
|
|
|
|
server:
|
|
keepAliveTimeout: 60
|
|
|
|
middlewares:
|
|
audit:
|
|
enabled: true
|
|
|
|
log: { type: stdout, format: pretty, level: http }
|
|
flags:
|
|
token: false
|
|
search: false
|
|
|
|
i18n:
|
|
web: en-US
|