mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-08 23:25:51 +01:00
44 lines
715 B
YAML
44 lines
715 B
YAML
storage: ./storage
|
|
plugins: ./plugins
|
|
|
|
web:
|
|
title: Verdaccio e2e
|
|
auth:
|
|
htpasswd:
|
|
file: ./htpasswd
|
|
uplinks:
|
|
verdaccio:
|
|
url: https://registry.verdaccio.org/
|
|
max_fails: 30
|
|
fail_timeout: 10m
|
|
timeout: 60s
|
|
cache: false
|
|
maxage: 30m
|
|
agent_options:
|
|
keepAlive: true
|
|
maxSockets: 40
|
|
maxFreeSockets: 10
|
|
|
|
packages:
|
|
'@*/*':
|
|
# scoped packages
|
|
access: $all
|
|
publish: $authenticated
|
|
unpublish: $authenticated
|
|
proxy: verdaccio
|
|
|
|
'**':
|
|
access: $all
|
|
publish: $authenticated
|
|
unpublish: $authenticated
|
|
proxy: verdaccio
|
|
|
|
server:
|
|
keepAliveTimeout: 60
|
|
|
|
middlewares:
|
|
audit:
|
|
enabled: true
|
|
|
|
log: { type: stdout, format: pretty, level: warn }
|