mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-15 20:17:22 +00:00
15 lines
263 B
YAML
15 lines
263 B
YAML
storage: .verdaccio/storage
|
|
auth:
|
|
htpasswd:
|
|
file: .verdaccio/htpasswd
|
|
uplinks:
|
|
npmjs:
|
|
url: https://registry.npmjs.org/
|
|
packages:
|
|
'**':
|
|
access: $all
|
|
publish: $authenticated
|
|
proxy: npmjs
|
|
log: { type: stdout, format: pretty, level: http }
|
|
|