mirror of
https://github.com/ziex-dev/ziex.git
synced 2026-07-21 02:59:36 -06:00
19 lines
368 B
YAML
19 lines
368 B
YAML
storage: ./.verdaccio-storage
|
|
auth:
|
|
htpasswd:
|
|
file: ./.verdaccio-htpasswd
|
|
max_users: 100
|
|
uplinks:
|
|
npmjs:
|
|
url: https://registry.npmjs.org/
|
|
packages:
|
|
'@ziex/*':
|
|
access: $anonymous
|
|
publish: $anonymous
|
|
'**':
|
|
access: $anonymous
|
|
publish: $anonymous
|
|
proxy: npmjs
|
|
max_body_size: 500mb
|
|
log: { type: stdout, format: pretty, level: warn }
|