mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-06 22:40:26 -05:00
24 lines
370 B
YAML
24 lines
370 B
YAML
auth:
|
|
htpasswd:
|
|
file: ./htpasswd-publish
|
|
web:
|
|
enable: true
|
|
title: verdaccio
|
|
|
|
publish:
|
|
allow_offline: false
|
|
|
|
uplinks:
|
|
|
|
log: { type: stdout, format: pretty, level: trace }
|
|
|
|
packages:
|
|
'@*/*':
|
|
access: $anonymous
|
|
publish: $anonymous
|
|
unpublish: $anonymous
|
|
'**':
|
|
access: $anonymous
|
|
publish: $anonymous
|
|
unpublish: $anonymous
|
|
_debug: true
|