mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-13 03:35:52 +01:00
30 lines
382 B
YAML
30 lines
382 B
YAML
# storage: this is generated on _helper file
|
|
|
|
auth:
|
|
htpasswd:
|
|
file: ./htpasswd-package
|
|
|
|
web:
|
|
enable: true
|
|
|
|
user_agent: 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
|