mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-11-13 03:35:52 +01:00
22 lines
387 B
YAML
22 lines
387 B
YAML
storage: ./storage_default_storage
|
|
auth:
|
|
htpasswd:
|
|
file: ./htpasswd
|
|
|
|
packages:
|
|
'@*/*':
|
|
access: $all
|
|
publish: $all
|
|
proxy: npmjs
|
|
unpublish: remote
|
|
'forbidden-place':
|
|
access: nobody_can_access_this_package
|
|
publish: $all
|
|
'*':
|
|
access: $all
|
|
publish: $all
|
|
unpublish: xxx
|
|
proxy: remote
|
|
logs:
|
|
- { type: stdout, format: pretty, level: error }
|