mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-23 22:27:34 -05:00
27 lines
364 B
YAML
27 lines
364 B
YAML
# storage: this is generated on _helper file
|
|
|
|
auth:
|
|
htpasswd:
|
|
file: ./htpasswd-package
|
|
|
|
web:
|
|
enable: false
|
|
|
|
publish:
|
|
allow_offline: false
|
|
|
|
uplinks:
|
|
|
|
log: { type: stdout, format: pretty, level: trace }
|
|
|
|
packages:
|
|
'@*/*':
|
|
access: $all
|
|
publish: $all
|
|
unpublish: none
|
|
'**':
|
|
access: $all
|
|
publish: $all
|
|
unpublish: none
|
|
|
|
_debug: true
|