mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-13 03:35:52 +01:00
ee97dcb46c
* feat: replace bunyan by pino.js * chore: refactor logger * chore: fix e2e * chore: better catch
35 lines
476 B
YAML
35 lines
476 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:4873
|
|
|
|
logs: { type: stdout, format: json, level: warn }
|
|
|
|
packages:
|
|
'@*/*':
|
|
access: $all
|
|
publish: $anonymous
|
|
unpublish: $authenticated
|
|
proxy: local
|
|
'**':
|
|
access: $all
|
|
publish: $all
|
|
unpublish: $authenticated
|
|
proxy: local
|
|
|
|
_debug: true
|