mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-13 03:35:52 +01:00
38 lines
549 B
YAML
38 lines
549 B
YAML
storage: ./storage
|
|
|
|
#store:
|
|
# memory:
|
|
# limit: 1000
|
|
|
|
auth:
|
|
htpasswd:
|
|
file: ./htpasswd
|
|
max_users: -1
|
|
|
|
web:
|
|
enable: true
|
|
title: verdaccio-e2e-pkg
|
|
|
|
uplinks:
|
|
npmjs:
|
|
url: https://registry.npmjs.org/
|
|
|
|
logs:
|
|
- { type: stdout, format: pretty, level: warn }
|
|
|
|
packages:
|
|
'@*/*':
|
|
access: $all
|
|
publish: $anonymous
|
|
unpublish: $authenticated
|
|
proxy: npmjs
|
|
'verdaccio':
|
|
access: $all
|
|
publish: $anonymous
|
|
'**':
|
|
access: $all
|
|
publish: $anonymous
|
|
unpublish: $authenticated
|
|
proxy: npmjs
|
|
_debug: true
|