2019-02-24 23:20:25 +01:00
|
|
|
storage: ./storage_default_storage
|
2020-03-03 23:59:19 +01:00
|
|
|
auth:
|
|
|
|
htpasswd:
|
|
|
|
file: ./htpasswd
|
|
|
|
|
2019-02-24 23:20:25 +01:00
|
|
|
packages:
|
|
|
|
'@*/*':
|
|
|
|
access: $all
|
|
|
|
publish: $all
|
|
|
|
proxy: npmjs
|
2020-03-03 23:59:19 +01:00
|
|
|
unpublish: remote
|
2019-02-24 23:20:25 +01:00
|
|
|
'forbidden-place':
|
2020-03-03 23:59:19 +01:00
|
|
|
access: nobody_can_access_this_package
|
2019-02-24 23:20:25 +01:00
|
|
|
publish: $all
|
|
|
|
'*':
|
|
|
|
access: $all
|
|
|
|
publish: $all
|
|
|
|
unpublish: xxx
|
2020-03-03 23:59:19 +01:00
|
|
|
proxy: remote
|
2019-02-24 23:20:25 +01:00
|
|
|
logs:
|
2020-03-03 23:59:19 +01:00
|
|
|
- { type: stdout, format: pretty, level: error }
|