24 lines
388 B
YAML
24 lines
388 B
YAML
store:
|
|
memory:
|
|
limit: 1000
|
|
auth:
|
|
auth-memory:
|
|
users:
|
|
test:
|
|
name: test
|
|
password: test
|
|
uplinks:
|
|
npmjs:
|
|
url: https://registry.npmjs.org/
|
|
packages:
|
|
'@theatre/*':
|
|
access: $all
|
|
publish: $all
|
|
'@*/*':
|
|
access: $all
|
|
publish: $all
|
|
proxy: npmjs
|
|
'**':
|
|
access: $all
|
|
proxy: npmjs
|
|
log: {type: stdout, format: pretty, level: http}
|