mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-06 22:40:26 -05:00
c9962fe1d5
* feat: forbidden user interface * Delete App.stories.tsx * Update package.json * Delete package.svg * fix
30 lines
470 B
YAML
30 lines
470 B
YAML
auth:
|
|
htpasswd:
|
|
file: ./htpasswd-user
|
|
web:
|
|
enable: true
|
|
title: verdaccio
|
|
|
|
uplinks:
|
|
ver:
|
|
url: https://registry.npmjs.org
|
|
|
|
log: { type: stdout, format: pretty, level: trace }
|
|
|
|
packages:
|
|
'@*/*':
|
|
access: $all
|
|
publish: $all
|
|
unpublish: $all
|
|
'verdaccio':
|
|
access: $all
|
|
publish: $all
|
|
'vue':
|
|
access: $authenticated
|
|
publish: $authenticated
|
|
proxy: ver
|
|
'**':
|
|
access: $all
|
|
publish: $all
|
|
unpublish: $all
|
|
_debug: true
|