mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-13 03:35:52 +01:00
fe60eab99c
* test: enable e2e * test: improve setup * chore: update setup * test: publish on temp folder * chore: initial setup example * chore: add global install to pnpm * chore: update test script * test: add info command * chore: add install tests * chore: add debug enabled code * chore: update pnpm lock file
35 lines
473 B
YAML
35 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
|