2022-05-20 18:52:57 +02:00
|
|
|
store:
|
|
|
|
memory:
|
|
|
|
limit: 1000
|
|
|
|
auth:
|
|
|
|
auth-memory:
|
|
|
|
users:
|
|
|
|
test:
|
|
|
|
name: test
|
|
|
|
password: test
|
|
|
|
uplinks:
|
|
|
|
npmjs:
|
|
|
|
url: https://registry.npmjs.org/
|
2023-01-12 13:43:44 +01:00
|
|
|
cache: false
|
2022-05-20 18:52:57 +02:00
|
|
|
packages:
|
|
|
|
'@theatre/*':
|
|
|
|
access: $all
|
|
|
|
publish: $all
|
2023-01-22 18:51:55 +01:00
|
|
|
'theatric':
|
|
|
|
access: $all
|
|
|
|
publish: $all
|
2022-05-20 18:52:57 +02:00
|
|
|
'@*/*':
|
|
|
|
access: $all
|
|
|
|
publish: $all
|
|
|
|
proxy: npmjs
|
|
|
|
'**':
|
|
|
|
access: $all
|
|
|
|
proxy: npmjs
|
2023-01-04 20:03:47 +01:00
|
|
|
logs:
|
|
|
|
type: stdout
|
|
|
|
format: pretty
|
|
|
|
level: error
|