mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
18348940c4
* chore: rename folders * chore: add search tests * chore: remove old files * Update pnpm-workspace.yaml * chore: fix ui * Update e2e-ci.yml * chore: renovate deps * fix build * chore: add tests
34 lines
473 B
YAML
34 lines
473 B
YAML
storage: ./storage
|
|
|
|
store:
|
|
memory:
|
|
limit: 1000
|
|
|
|
auth:
|
|
htpasswd:
|
|
file: ./htpasswd
|
|
max_users: -1
|
|
|
|
web:
|
|
enable: true
|
|
title: verdaccio-default
|
|
|
|
uplinks:
|
|
local:
|
|
url: http://localhost:6001
|
|
|
|
logs: { type: stdout, format: json, level: http }
|
|
|
|
packages:
|
|
'@*/*':
|
|
access: $all
|
|
publish: $anonymous
|
|
unpublish: $authenticated
|
|
proxy: local
|
|
'**':
|
|
access: $all
|
|
publish: $all
|
|
unpublish: $authenticated
|
|
proxy: local
|
|
|
|
_debug: true
|